Closed
Bug 1843507
Opened 1 year ago
Closed 1 year ago
Add support for "background" argument to browsingContext.create command
Categories
(Remote Protocol :: WebDriver BiDi, task, P1)
Remote Protocol
WebDriver BiDi
Tracking
(firefox117 fixed)
RESOLVED
FIXED
117 Branch
Tracking | Status | |
---|---|---|
firefox117 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m8], [wptsync upstream] [webdriver:relnote])
Attachments
(3 files)
The spec for browsingContext.create command was updated to support background
argument. This update also changes the default behavior (when background: false
), in this case we will have to activate a newly created tab.
Assignee | ||
Updated•1 year ago
|
Points: --- → 2
Priority: -- → P1
Whiteboard: [webdriver:m8]
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•1 year ago
|
||
Assignee | ||
Comment 2•1 year ago
|
||
Depends on D184453
Assignee | ||
Comment 3•1 year ago
|
||
The test was failing because of the backround tab throttling.
Depends on D184454
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/39a5813b225b
[bidi] Add support for "background" argument to "browsingContext.create" command. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/997e9743cddf
[wdspec] Fix tests for "background" argument for "browsingContext.create" command. r=webdriver-reviewers,jdescottes
https://hg.mozilla.org/integration/autoland/rev/168b13045e30
[puppeteer] Enable "[page.spec] Page Page.waitForNetworkIdle should work" test for BiDi. r=webdriver-reviewers,jdescottes
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/41202 for changes under testing/web-platform/tests
Whiteboard: [webdriver:m8] → [webdriver:m8], [wptsync upstream]
Comment 6•1 year ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/39a5813b225b
https://hg.mozilla.org/mozilla-central/rev/997e9743cddf
https://hg.mozilla.org/mozilla-central/rev/168b13045e30
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox117:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 117 Branch
Upstream PR merged by jgraham
Updated•1 year ago
|
Whiteboard: [webdriver:m8], [wptsync upstream] → [webdriver:m8], [wptsync upstream] [webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•