mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
feat(webkit): roll to r2036 (#31387)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
95fc2b8a8b
commit
0694474fe1
@ -27,7 +27,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "webkit",
|
"name": "webkit",
|
||||||
"revision": "2035",
|
"revision": "2036",
|
||||||
"installByDefault": true,
|
"installByDefault": true,
|
||||||
"revisionOverrides": {
|
"revisionOverrides": {
|
||||||
"mac10.14": "1446",
|
"mac10.14": "1446",
|
||||||
|
@ -2122,6 +2122,10 @@ export module Protocol {
|
|||||||
* Array of <code>DOMNode</code> ids of any children marked as selected.
|
* Array of <code>DOMNode</code> ids of any children marked as selected.
|
||||||
*/
|
*/
|
||||||
selectedChildNodeIds?: NodeId[];
|
selectedChildNodeIds?: NodeId[];
|
||||||
|
/**
|
||||||
|
* On / off state of switch form controls.
|
||||||
|
*/
|
||||||
|
switchState?: "off"|"on";
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* A structure holding an RGBA color.
|
* A structure holding an RGBA color.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user