Defect #26066
closedSelenium::WebDriver doesn't work with current version of Firefox
0%
Description
selenium-webdriver version was locked in order to support outdated Ruby 1.9.3 #24092
could you allow selenium-webdriver 3.4.0 if Ruby 2.0+ is used? I'm getting this error because of it:
Selenium::WebDriver::Error::WebDriverError:
unable to obtain stable firefox connection in 60 seconds (127.0.0.1:7055)
Firefox 53.0.3
(selenium-webdriver 3.4.0 solves the problem)
thanks
Related issues
Updated by Toshi MARUYAMA over 7 years ago
- Priority changed from Normal to Low
At trunk r16726 on selenium-webdriver (3.4.3) and phantomjs-2.1.1-linux-x86_64:
$ ruby test/ui/issues_test_ui.rb -n test_create_issue DEPRECATED: #default_wait_time= is deprecated, please use #default_max_wait_time= instead Run options: -n test_create_issue --seed 49898 # Running: E Finished in 0.582869s, 1.7157 runs/s, 0.0000 assertions/s. 1) Error: Redmine::UiTest::IssuesTest#test_create_issue: NoMethodError: undefined method `capabilities' for nil:NilClass test/ui/base.rb:65:in `block in <class:Base>' 1 runs, 0 assertions, 0 failures, 1 errors, 0 skips
Updated by Toshi MARUYAMA over 7 years ago
Firefox driver in 2.53.4 not working with Firefox 48
https://github.com/SeleniumHQ/selenium/issues/2559
Updated by Pavel Rosický over 7 years ago
This is very unsafe API
page.driver.browser.manage.window.resize_to(1024, 900)
it also doesn't work with a Chrome driver. It could be avoided by passing desired capabilities directly for each driver, but it's quite problematic to set up a custom resolution reliably right now.
Btw: phantomjs won't be supported anymore, see:
https://groups.google.com/forum/m/#!topic/phantomjs/9aI5d-LDuNE
Updated by Pavel Rosický about 6 years ago
- Status changed from New to Resolved
the version restiction was removed in https://github.com/redmine/redmine/commit/530eef96033bf1474157bbc9c7739ff8dc7e2ae4
resolved, thanks
Updated by Marius BĂLTEANU about 6 years ago
- Status changed from Resolved to Closed
- Target version set to 4.0.0
- Resolution set to Fixed
Thanks Pavel for updating the ticket.
I’m setting version 4.0.0 because it is an useful fix for Redmine developers.
Updated by Go MAEDA about 6 years ago
- Related to Feature #23630: Migrate to Rails 5.2 added