Closed
Bug 963162
Opened 11 years ago
Closed 11 years ago
getCurrentWindowHandle not matching webdriver command getWindowHandle
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(firefox28 fixed, firefox29 fixed)
RESOLVED
FIXED
mozilla29
People
(Reporter: ato, Assigned: ato)
References
(Blocks 1 open bug, )
Details
Attachments
(2 files)
|
2.37 KB,
patch
|
automatedtester
:
review+
|
Details | Diff | Splinter Review |
|
2.40 KB,
patch
|
Details | Diff | Splinter Review |
It turns out getCurrentWindowHandle is Selenium 2.x compatible, but not WebDriver spec compatible. We will add getWindowHandle as the primary method and alias getCurrentWindowHandle and the Marionette specific getWindow to that.
| Assignee | ||
Updated•11 years ago
|
Summary: getCurrentWindowHandle not matchin webdriver command getWindowHandle → getCurrentWindowHandle not matching webdriver command getWindowHandle
| Assignee | ||
Updated•11 years ago
|
| Assignee | ||
Updated•11 years ago
|
Assignee: nobody → ato
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8364461 -
Flags: review?(dburns)
Updated•11 years ago
|
Attachment #8364461 -
Flags: review?(dburns) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 2•11 years ago
|
||
Keywords: checkin-needed
Comment 3•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla29
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Whiteboard: checking-needed-aurora
Comment 4•11 years ago
|
||
This doesn't apply to Aurora. Please post a branch-specific patch or request checkin on whatever else this depends on.
Flags: needinfo?(ato)
Keywords: checkin-needed → branch-patch-needed
Whiteboard: checking-needed-aurora
| Assignee | ||
Comment 5•11 years ago
|
||
Added aurora branch specific patch. The patches should be applied in the following order:
1. Bug 941140
2. Bug 941144
3. Bug 963166
4. Revised patch in bug 963162
Flags: needinfo?(ato)
Updated•11 years ago
|
Attachment #8369518 -
Attachment description: 0001-Bug-963162-Add-WebDriver-compatible-getWindowHandle-.patch → 0001-Bug-963162-Add-WebDriver-compatible-getWindowHandle-.patch (Aurora)
Comment 6•11 years ago
|
||
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•