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 5d5a6eb commit 3ea6247Copy full SHA for 3ea6247
examples/ruby/spec/drivers/remote_webdriver_spec.rb
@@ -32,7 +32,7 @@
32
expect(file_name.text).to eq 'selenium-snapshot.png'
33
end
34
35
- it 'downloads' do
+ it 'downloads', pending: 'enable_downloads accessor added in trunk' do
36
options = default_chrome_options
37
options.enable_downloads = true
38
driver = Selenium::WebDriver.for :remote, url: grid_url, options: options
0 commit comments