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 82485a9 commit 2c0d2feCopy full SHA for 2c0d2fe
rb/spec/integration/selenium/webdriver/edge/options_spec.rb
@@ -65,11 +65,11 @@ module Edge
65
it 'enables BiDi on initialization' do
66
quit_driver
67
68
- options = Selenium::WebDriver::Options.chrome(bidi: true)
+ options = Selenium::WebDriver::Options.edge(bidi: true)
69
expect(options.web_socket_url).to be true
70
expect(options.bidi?).to be true
71
72
- driver = Selenium::WebDriver.for :chrome, options: options
+ driver = Selenium::WebDriver.for :edge, options: options
73
74
expect(driver.capabilities.web_socket_url).to be_a String
75
0 commit comments