Skip to content

Commit 829c76b

Browse files
committed
fix COMMANDS location
1 parent ad8bf40 commit 829c76b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/appium_lib/common/patch.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def patch_webdriver_bridge
6767
Selenium::WebDriver::Remote::Bridge.class_eval do
6868
# Code from lib/selenium/webdriver/remote/bridge.rb
6969
def raw_execute(command, opts = {}, command_hash = nil)
70-
verb, path = Selenium::WebDriver::Remote::COMMANDS[command] ||
70+
verb, path = Selenium::WebDriver::Remote::Bridge::COMMANDS[command] ||
7171
fail(ArgumentError, "unknown command: #{command.inspect}")
7272
path = path.dup
7373

0 commit comments

Comments
 (0)