Closed
Bug 1470654
Opened 6 years ago
Closed 6 years ago
Add WebWindow and WebFrame abstractions to webdriver crate
Categories
(Testing :: geckodriver, enhancement, P3)
Testing
geckodriver
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1529289
People
(Reporter: ato, Unassigned)
References
(Blocks 1 open bug)
Details
https://bugzilla.mozilla.org/show_bug.cgi?id=1408509 made geckodriver
recognise web frame and web window identifiers from Marionette.
Following this change we want to represent these as WebWindow and
WebFrame structs in the webdriver crate instead of mapping them to
WebElement.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Priority: -- → P3
Comment 1•6 years ago
|
||
Hi :ato. I was thinking of taking up this bug. Could you give me some pointers on how to go about solving this? Thanks!
Reporter | ||
Comment 2•6 years ago
|
||
This appears to be a duplicate bug of
https://bugzilla.mozilla.org/show_bug.cgi?id=1529289, which has
already been fixed. See for example
https://searchfox.org/mozilla-central/source/testing/webdriver/src/common.rs#122.
Sorry about that!
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
Comment 3•6 years ago
|
||
Oh! Thats fine. Thanks!
You need to log in
before you can comment on or make changes to this bug.
Description
•