Closed
Bug 1278924
Opened 9 years ago
Closed 9 years ago
Firefox version 47.0 crashing while opening through selenium web driver
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1278605
People
(Reporter: pulak.pattanayak, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:46.0) Gecko/20100101 Firefox/46.0
Build ID: 20160502172042
Steps to reproduce:
I am trying to run a simple script using selenium and Firefox.
Please find the details:
Platform : Windows
Python Version: Python 2.7.11
selenium module version : 2.53.2
Actual results:
While opening the browser it is crashing and showing ''Firefox has stopped working"
Expected results:
This issue is not reproducible on Version 46.0.1
| Reporter | ||
Updated•9 years ago
|
OS: Unspecified → Windows 7
Priority: -- → P1
Hardware: Unspecified → Other
Version: 46 Branch → 47 Branch
Comment 1•9 years ago
|
||
If it doesn't reproduce on 46.0.1, on what version *are* you seeing the problem?
Group: firefox-core-security
Flags: needinfo?(pulak.pattanayak)
Priority: P1 → --
Comment 2•9 years ago
|
||
(In reply to :Gijs Kruitbosch from comment #1)
> If it doesn't reproduce on 46.0.1, on what version *are* you seeing the
> problem?
ah, so that's in the summary but not in comment #0 - sorry.
Do you have a crash stack, from about:crashes or a debugger?
Comment 3•9 years ago
|
||
The source of the selenium script might also help.
| Reporter | ||
Comment 4•9 years ago
|
||
Code:
from selenium import webdriver
driver = webdriver.Firefox()
driver.get("https://www.google.com")
The issue is with 47.0 NOT with 46.0
When i downgraded its working fine
Reporter, could you install mozregression to find a regression range, please.
http://mozilla.github.io/mozregression/
Run the command "mozregression --good=46" then copy here the final pushlog.
Keywords: regressionwindow-wanted
Comment 6•9 years ago
|
||
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(pulak.pattanayak)
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 7•9 years ago
|
||
Thanks
Updated•9 years ago
|
Keywords: regressionwindow-wanted
You need to log in
before you can comment on or make changes to this bug.
Description
•