Skip to content

Commit 7de2e89

Browse files
authored
Remove duplicated remote status (#28)
* remove duplicated remote status method
1 parent fcb64b7 commit 7de2e89

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

lib/appium_lib_core/common/device.rb

-7
Original file line numberDiff line numberDiff line change
@@ -329,13 +329,6 @@ def extended(_mod)
329329
add_endpoint_method method
330330
end
331331

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-
end
338-
339332
# Don't define selenium-side methods. We pick up from them.
340333
# ::Appium::Core::Base::Commands::MJSONWP.each_key do |method|
341334
# add_endpoint_method method

0 commit comments

Comments
 (0)