We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad8bf40 + 829c76b commit d9fbf8bCopy full SHA for d9fbf8b
lib/appium_lib/common/patch.rb
@@ -67,7 +67,7 @@ def patch_webdriver_bridge
67
Selenium::WebDriver::Remote::Bridge.class_eval do
68
# Code from lib/selenium/webdriver/remote/bridge.rb
69
def raw_execute(command, opts = {}, command_hash = nil)
70
- verb, path = Selenium::WebDriver::Remote::COMMANDS[command] ||
+ verb, path = Selenium::WebDriver::Remote::Bridge::COMMANDS[command] ||
71
fail(ArgumentError, "unknown command: #{command.inspect}")
72
path = path.dup
73
0 commit comments