Skip to content

Commit 702cb39

Browse files
authored
chore: roll Playwright to 1.20.1 (#1224)
1 parent 417a5b0 commit 702cb39

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

Diff for: playwright/async_api/_generated.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6450,7 +6450,8 @@ def workers(self) -> typing.List["Worker"]:
64506450
def request(self) -> "APIRequestContext":
64516451
"""Page.request
64526452

6453-
API testing helper associated with this page. Requests made with this API will use page cookies.
6453+
API testing helper associated with this page. This method returns the same instance as
6454+
`browser_context.request` on the page's context. See `browser_context.request` for more details.
64546455

64556456
Returns
64566457
-------

Diff for: playwright/sync_api/_generated.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -6273,7 +6273,8 @@ def workers(self) -> typing.List["Worker"]:
62736273
def request(self) -> "APIRequestContext":
62746274
"""Page.request
62756275

6276-
API testing helper associated with this page. Requests made with this API will use page cookies.
6276+
API testing helper associated with this page. This method returns the same instance as
6277+
`browser_context.request` on the page's context. See `browser_context.request` for more details.
62776278

62786279
Returns
62796280
-------

Diff for: setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
InWheel = None
3131
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
3232

33-
driver_version = "1.20.0"
33+
driver_version = "1.20.1"
3434

3535

3636
def extractall(zip: zipfile.ZipFile, path: str) -> None:

0 commit comments

Comments
 (0)