mirror of
https://github.com/microsoft/playwright.git
synced 2025-01-05 19:04:43 +03:00
feat(webkit): roll to r2033 (#31286)
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
parent
d432899d2f
commit
a2a6431efd
@ -27,7 +27,7 @@
|
||||
},
|
||||
{
|
||||
"name": "webkit",
|
||||
"revision": "2031",
|
||||
"revision": "2033",
|
||||
"installByDefault": true,
|
||||
"revisionOverrides": {
|
||||
"mac10.14": "1446",
|
||||
|
@ -2122,10 +2122,6 @@ export module Protocol {
|
||||
* Array of <code>DOMNode</code> ids of any children marked as selected.
|
||||
*/
|
||||
selectedChildNodeIds?: NodeId[];
|
||||
/**
|
||||
* On / off state of switch form controls.
|
||||
*/
|
||||
switchState?: "off"|"on";
|
||||
}
|
||||
/**
|
||||
* A structure holding an RGBA color.
|
||||
|
Loading…
Reference in New Issue
Block a user