Closed
Bug 1261961
Opened 10 years ago
Closed 10 years ago
Cucumber JS (Selenium WebDriver) tests no longer work in Firefox 45
Categories
(Core :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: chris.kobrzak, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_4) AppleWebKit/602.1.25 (KHTML, like Gecko) Version/9.1.1 Safari/601.6.10
Steps to reproduce:
I tried to run my Cucumber JS test suite and noticed the Selenium Webdriver is no longer able to enter the URL in Firefox's address bar and proceed with the tests (WebDriver.get() method, http://selenium.googlecode.com/git/docs/api/javascript/module_selenium-webdriver_class_WebDriver.html).
Then I downloaded Firefox 44.0.2 and tried running the tests again. This time there were no issues with "reaching out" to the address field and running the tests.
Actual results:
CucumberJS's WebDriver.get(url) should be able to capture the Firefox's address field and populate it with a given URL.
Expected results:
CucumberJS's WebDriver.get(url) seems to fail to enter the URL in Firefox's address field.
| Reporter | ||
Comment 1•10 years ago
|
||
Apologies, this is a no-issue - it turned out to be related to a slightly outdated version of the Selenium WebDriver dependency.
Status: UNCONFIRMED → RESOLVED
Closed: 10 years ago
Resolution: --- → INVALID
Comment 2•8 years ago
|
||
Moving from Core::Untriaged to Core::General https://bugzilla.mozilla.org/show_bug.cgi?id=1407598
Component: Untriaged → General
You need to log in
before you can comment on or make changes to this bug.
Description
•