Closed
Bug 755860
Opened 14 years ago
Closed 14 years ago
Make an implicit switch_to_window when new window is made
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: mdas, Unassigned)
Details
Selenium users expect to be in the context of the new window when they create it, so we have to add an implicit switch_to_window when we see a load event.
Comment 1•14 years ago
|
||
Looking more closely it could be a hit and miss thing. This appears to be down to Selenium forcing everything into a new window by setting the following prefs
"browser.link.open_external": 2,
"browser.link.open_newwindow": 2,
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → WONTFIX
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
•