File tree 3 files changed +5
-3
lines changed
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"]:
6450
6450
def request(self) -> "APIRequestContext":
6451
6451
"""Page.request
6452
6452
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.
6454
6455
6455
6456
Returns
6456
6457
-------
Original file line number Diff line number Diff line change @@ -6273,7 +6273,8 @@ def workers(self) -> typing.List["Worker"]:
6273
6273
def request(self) -> "APIRequestContext":
6274
6274
"""Page.request
6275
6275
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.
6277
6278
6278
6279
Returns
6279
6280
-------
Original file line number Diff line number Diff line change 30
30
InWheel = None
31
31
from wheel .bdist_wheel import bdist_wheel as BDistWheelCommand
32
32
33
- driver_version = "1.20.0 "
33
+ driver_version = "1.20.1 "
34
34
35
35
36
36
def extractall (zip : zipfile .ZipFile , path : str ) -> None :
You can’t perform that action at this time.
0 commit comments