We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcb64b7 commit 7de2e89Copy full SHA for 7de2e89
lib/appium_lib_core/common/device.rb
@@ -329,13 +329,6 @@ def extended(_mod)
329
add_endpoint_method method
330
end
331
332
- # call http://www.rubydoc.info/gems/selenium-webdriver/Selenium/WebDriver/DriverExtensions/HasRemoteStatus#remote_status-instance_method
333
- add_endpoint_method(:remote_status) do
334
- def remote_status
335
- execute(:status, {}) || []
336
- end
337
338
-
339
# Don't define selenium-side methods. We pick up from them.
340
# ::Appium::Core::Base::Commands::MJSONWP.each_key do |method|
341
# add_endpoint_method method
0 commit comments