Closed
Bug 1875086
Opened 2 years ago
Closed 2 years ago
[Android] Allow to fallback to type hint "tab" in "browsingContext.create` command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Tracking
(firefox123 fixed)
RESOLVED
FIXED
123 Branch
| Tracking | Status | |
|---|---|---|
| firefox123 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 3 open bugs, )
Details
(Whiteboard: [webdriver:m10][webdriver:relnote])
Attachments
(1 file)
Right now we do not allow to fallback to the type hint of tab if window is specified for browsingContext.create on Android even through it is up to the implementation as specified under point 6 in the WebDriver BiDi spec:
Otherwise, the details of how the browsing context is presented to the user are implementation defined.
Also Wdspec tests for Chrome on Android is passing them all.
This means we can remove some expected fail / skip entries from Wdspec manifest files.
Note that there might be strict equality checks for the type hint in some tests. We may have to slightly stretch these.
See also bug 1875085 for the equivalent Marionette case.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
| Assignee | ||
Updated•2 years ago
|
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a716db6a0c68
[webdriver-bidi] Fallback to type hint "tab" in "browsingContext.create` on Android when "window" is specified. r=webdriver-reviewers,jdescottes
Comment 3•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox123:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 123 Branch
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m10] → [webdriver:m10][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•