Closed
Bug 1660426
Opened 4 years ago
Closed 4 years ago
Make "WebDriver:GetTitle" Fission compatible
Categories
(Remote Protocol :: Marionette, task, P1)
Tracking
(firefox82 fixed)
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [marionette-fission-mvp], [wptsync upstream])
Attachments
(2 files)
This command should work with Fission enabled. It would be good to have some cross-origin Wdspec tests added for it too.
It can be implemented similarly as "WebDriver:getCurrentURL" (bug 1658928).
Assignee | ||
Updated•4 years ago
|
Whiteboard: [marionette-fission-mvp]
Assignee | ||
Comment 1•4 years ago
|
||
This will also not use the JSWindowActor but browsingContext.currentWindowGlobal.documentTitle
directly.
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/69bf877abc50
[marionette] Make "WebDriver:GetTitle" Fission compatible. r=marionette-reviewers,maja_zf
https://hg.mozilla.org/integration/autoland/rev/81666c6d64bf
[wdspec] Improve tests for "Get Title" and add site-isolation test. r=maja_zf,marionette-reviewers
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/25234 for changes under testing/web-platform/tests
Whiteboard: [marionette-fission-mvp] → [marionette-fission-mvp], [wptsync upstream]
Comment 6•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/69bf877abc50
https://hg.mozilla.org/mozilla-central/rev/81666c6d64bf
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Upstream PR merged by moz-wptsync-bot
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
•