File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff 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 -------
Original file line number Diff line number Diff 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 -------
Original file line number Diff line number Diff line change 3030 InWheel = None
3131from wheel .bdist_wheel import bdist_wheel as BDistWheelCommand
3232
33- driver_version = "1.20.0 "
33+ driver_version = "1.20.1 "
3434
3535
3636def extractall (zip : zipfile .ZipFile , path : str ) -> None :
You can’t perform that action at this time.
0 commit comments