Closed
Bug 1945554
Opened 1 year ago
Closed 1 year ago
Throw "InvalidArgument" error when both "contexts" and "userContexts" arguments are provided in "script.addPreloadScript" command
Categories
(Remote Protocol :: WebDriver BiDi, task, P2)
Remote Protocol
WebDriver BiDi
Tracking
(firefox137 fixed)
RESOLVED
FIXED
137 Branch
| Tracking | Status | |
|---|---|---|
| firefox137 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
Details
(Whiteboard: [webdriver:m15][webdriver:relnote])
Attachments
(1 file)
During the implementation of bug 1940927, we missed that the spec requires now to also throw the "InvalidArgument" error when both "contexts" and "userContexts" arguments are provided in "script.addPreloadScript" command (see step 1).
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Pushed by aborovova@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1595efb5df6a
[bidi] Throw "InvalidArgument" error when both "contexts" and "userContexts" arguments are provided in "script.addPreloadScript" command. r=webdriver-reviewers,jdescottes
| Assignee | ||
Updated•1 year ago
|
Points: --- → 2
Priority: -- → P2
Whiteboard: [webdriver:m15]
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox137:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 137 Branch
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [webdriver:m15] → [webdriver:m15][webdriver:relnote]
You need to log in
before you can comment on or make changes to this bug.
Description
•