We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff9d3e commit 2ecb7d9Copy full SHA for 2ecb7d9
rb/lib/selenium/webdriver/chrome/bridge.rb
@@ -23,7 +23,7 @@ module Bridge
23
COMMANDS = {
24
get_network_conditions: [:get, '/session/:session_id/chromium/network_conditions'.freeze],
25
set_network_conditions: [:post, '/session/:session_id/chromium/network_conditions'.freeze],
26
- send_command: [:post, '/session/:session_id/chromium/send_command'.freeze]
+ send_command: [:post, '/session/:session_id/goog/cdp/execute'.freeze]
27
}.freeze
28
29
def commands(command)
0 commit comments