Closed
Bug 1875085
Opened 8 months ago
Closed 8 months ago
[Android] Allow to fallback to type hint "tab" in "WebDriver:NewWindow` command
Categories
(Remote Protocol :: Marionette, task, P1)
Tracking
(firefox124 fixed)
RESOLVED
FIXED
124 Branch
Tracking | Status | |
---|---|---|
firefox124 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m10])
Attachments
(1 file, 1 obsolete file)
Right now we do not allow to fallback to the type hint of tab
if window
is specified for WebDriver:NewWindow
on Android even through it is up to the implementation as specified under point 5 in the WebDriver classic spec:
In all other cases 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 a lot of 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.
Assignee | ||
Comment 1•8 months ago
|
||
Updated•8 months ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Updated•8 months ago
|
Points: --- → 2
Priority: -- → P1
Whiteboard: [webdriver:m10]
Assignee | ||
Comment 2•8 months ago
|
||
Assignee | ||
Comment 3•8 months ago
|
||
Lets wait for the upstream test to get reviewed and merged via bug 1876049.
Depends on: 1876049
Updated•8 months ago
|
Attachment #9375985 -
Attachment is obsolete: true
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/b5977bb53a4c [marionette] Fallback to type hint "tab" in "WebDriver:NewWindow` on Android when "window" is specified. r=webdriver-reviewers,jdescottes
Comment 5•8 months ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 months ago
status-firefox124:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 124 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•