Closed
Bug 1800737
Opened 3 months ago
Closed 3 months ago
Simplify element staleness check
Categories
(Testing :: Marionette, enhancement, P1)
Tracking
(firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox109 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [webdriver:m5])
Attachments
(1 file)
With the document.isActive()
helper from bug 1779808 we can simplify our staleness checks of element nodes in Marionette by not having to compare to another window's document.
It's a simple change and shouldn't require any test changes. I would like to see this fixed before my changes on bug 1692468.
Assignee | ||
Comment 1•3 months ago
|
||
By using the document.isActive()
helper it can be
more easily determined if a given element is in the
active document or not.
Assignee | ||
Updated•3 months ago
|
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/a99223640727 [marionette] Simplify element staleness check. r=webdriver-reviewers,jgraham,jdescottes
Comment 3•3 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 months ago
status-firefox109:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•