Skip to content

Commit 7bd9a4c

Browse files
committed
feat(roll): roll to 1618513089000
1 parent 1d39a2e commit 7bd9a4c

File tree

7 files changed

+389
-293
lines changed

7 files changed

+389
-293
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
66

77
| | Linux | macOS | Windows |
88
| :--- | :---: | :---: | :---: |
9-
| Chromium <!-- GEN:chromium-version -->91.0.4455.0<!-- GEN:stop --> ||||
9+
| Chromium <!-- GEN:chromium-version -->91.0.4469.0<!-- GEN:stop --> ||||
1010
| WebKit <!-- GEN:webkit-version -->14.2<!-- GEN:stop --> ||||
11-
| Firefox <!-- GEN:firefox-version -->88.0b6<!-- GEN:stop --> ||||
11+
| Firefox <!-- GEN:firefox-version -->88.0b8<!-- GEN:stop --> ||||
1212

1313
Headless execution is supported for all browsers on all platforms.
1414

playwright/_impl/_element_handle.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -200,12 +200,20 @@ async def press(
200200
await self._channel.send("press", locals_to_params(locals()))
201201

202202
async def check(
203-
self, timeout: float = None, force: bool = None, noWaitAfter: bool = None
203+
self,
204+
position: Position = None,
205+
timeout: float = None,
206+
force: bool = None,
207+
noWaitAfter: bool = None,
204208
) -> None:
205209
await self._channel.send("check", locals_to_params(locals()))
206210

207211
async def uncheck(
208-
self, timeout: float = None, force: bool = None, noWaitAfter: bool = None
212+
self,
213+
position: Position = None,
214+
timeout: float = None,
215+
force: bool = None,
216+
noWaitAfter: bool = None,
209217
) -> None:
210218
await self._channel.send("uncheck", locals_to_params(locals()))
211219

playwright/_impl/_frame.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -501,6 +501,7 @@ async def press(
501501
async def check(
502502
self,
503503
selector: str,
504+
position: Position = None,
504505
timeout: float = None,
505506
force: bool = None,
506507
noWaitAfter: bool = None,
@@ -510,6 +511,7 @@ async def check(
510511
async def uncheck(
511512
self,
512513
selector: str,
514+
position: Position = None,
513515
timeout: float = None,
514516
force: bool = None,
515517
noWaitAfter: bool = None,

playwright/_impl/_page.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ async def press(
712712
async def check(
713713
self,
714714
selector: str,
715+
position: Position = None,
715716
timeout: float = None,
716717
force: bool = None,
717718
noWaitAfter: bool = None,
@@ -721,6 +722,7 @@ async def check(
721722
async def uncheck(
722723
self,
723724
selector: str,
725+
position: Position = None,
724726
timeout: float = None,
725727
force: bool = None,
726728
noWaitAfter: bool = None,

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy