Support primitive values as "arguments" for "script.callFunction" command
Categories
(Remote Protocol :: WebDriver BiDi, enhancement, P1)
Tracking
(firefox104 fixed)
Tracking | Status | |
---|---|---|
firefox104 | --- | fixed |
People
(Reporter: whimboo, Assigned: jdescottes)
References
(Blocks 1 open bug, )
Details
(Whiteboard: [webdriver:m4][webdriver:relnote])
Attachments
(3 files)
With bug 1750541 we will get basic support for script.callFunction. This bug covers the addition of handling the arguments
parameter and the creation of appropriate webdriver and maybe xpcshell tests.
Depending on the implementation status of deserializing of local values the scope for this bug might have to be cut-down to just primitive protocol values. If that's the case we should split out the remaining work to another bug.
Reporter | ||
Updated•2 years ago
|
Assignee | ||
Comment 1•2 years ago
|
||
Depends on D150822
Updated•2 years ago
|
Assignee | ||
Comment 2•2 years ago
|
||
Assignee | ||
Comment 3•2 years ago
|
||
Depends on D151034
Comment 5•2 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/db9d816614fb
https://hg.mozilla.org/mozilla-central/rev/29be55402599
https://hg.mozilla.org/mozilla-central/rev/f2734a746b1a
Reporter | ||
Comment 6•2 years ago
•
|
||
We should include the enhancements for Javascript Object deserialization into our release notes but do not want to mention the script.callFunction
command given that it is still experimental.
Description
•