Closed
Bug 1281420
Opened 9 years ago
Closed 9 years ago
[Selenium 2.53] The browser appears to have exited before we could connect.
Categories
(Remote Protocol :: Marionette, defect, P2)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1278605
People
(Reporter: kedar.tiwaskar, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_11_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/51.0.2704.84 Safari/537.36
Steps to reproduce:
Steps to reproduce
- Installed Firefox version 47.0 (latest update)
- Installed Selenium version 2.53
- Wrote a demo script in python using Selenium. Can be found here: https://gist.github.com/talktokets/d02b50ebec3b56cfae011e52a3fab576
- Ran the script
Actual results:
When I ran the above written script, the firefox browser launched first but then immediately it quits abnormally with the following message in the console:
selenium.common.exceptions.WebDriverException: Message: The browser appears to have exited before we could connect. If you specified a log_file in the FirefoxBinary constructor, check it for details.
Expected results:
The browser should be opened successfully and it should run the script and give the output.
Have also filed the issue for Selenium as well.
Severity: normal → major
OS: Unspecified → Mac OS X
Priority: -- → P2
Updated•9 years ago
|
Component: Untriaged → Marionette
Product: Firefox → Testing
Updated•9 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•3 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•