@@ -10872,7 +10872,7 @@ async def new_context(
10872
10872
no_viewport : Union[bool, NoneType]
10873
10873
Does not enforce fixed viewport, allows resizing window in the headed mode.
10874
10874
ignore_https_errors : Union[bool, NoneType]
10875
- Whether to ignore HTTPS errors during navigation . Defaults to `false`.
10875
+ Whether to ignore HTTPS errors when sending network requests . Defaults to `false`.
10876
10876
java_script_enabled : Union[bool, NoneType]
10877
10877
Whether or not to enable JavaScript in the context. Defaults to `true`.
10878
10878
bypass_csp : Union[bool, NoneType]
@@ -10891,7 +10891,7 @@ async def new_context(
10891
10891
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
10892
10892
details.
10893
10893
extra_http_headers : Union[Dict[str, str], NoneType]
10894
- An object containing additional HTTP headers to be sent with every request. All header values must be strings.
10894
+ An object containing additional HTTP headers to be sent with every request.
10895
10895
offline : Union[bool, NoneType]
10896
10896
Whether to emulate network being offline. Defaults to `false`.
10897
10897
http_credentials : Union[{username: str, password: str}, NoneType]
@@ -11046,7 +11046,7 @@ async def new_page(
11046
11046
no_viewport : Union[bool, NoneType]
11047
11047
Does not enforce fixed viewport, allows resizing window in the headed mode.
11048
11048
ignore_https_errors : Union[bool, NoneType]
11049
- Whether to ignore HTTPS errors during navigation . Defaults to `false`.
11049
+ Whether to ignore HTTPS errors when sending network requests . Defaults to `false`.
11050
11050
java_script_enabled : Union[bool, NoneType]
11051
11051
Whether or not to enable JavaScript in the context. Defaults to `true`.
11052
11052
bypass_csp : Union[bool, NoneType]
@@ -11065,7 +11065,7 @@ async def new_page(
11065
11065
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
11066
11066
details.
11067
11067
extra_http_headers : Union[Dict[str, str], NoneType]
11068
- An object containing additional HTTP headers to be sent with every request. All header values must be strings.
11068
+ An object containing additional HTTP headers to be sent with every request.
11069
11069
offline : Union[bool, NoneType]
11070
11070
Whether to emulate network being offline. Defaults to `false`.
11071
11071
http_credentials : Union[{username: str, password: str}, NoneType]
@@ -11539,7 +11539,7 @@ async def launch_persistent_context(
11539
11539
no_viewport : Union[bool, NoneType]
11540
11540
Does not enforce fixed viewport, allows resizing window in the headed mode.
11541
11541
ignore_https_errors : Union[bool, NoneType]
11542
- Whether to ignore HTTPS errors during navigation . Defaults to `false`.
11542
+ Whether to ignore HTTPS errors when sending network requests . Defaults to `false`.
11543
11543
java_script_enabled : Union[bool, NoneType]
11544
11544
Whether or not to enable JavaScript in the context. Defaults to `true`.
11545
11545
bypass_csp : Union[bool, NoneType]
@@ -11558,7 +11558,7 @@ async def launch_persistent_context(
11558
11558
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
11559
11559
details.
11560
11560
extra_http_headers : Union[Dict[str, str], NoneType]
11561
- An object containing additional HTTP headers to be sent with every request. All header values must be strings.
11561
+ An object containing additional HTTP headers to be sent with every request.
11562
11562
offline : Union[bool, NoneType]
11563
11563
Whether to emulate network being offline. Defaults to `false`.
11564
11564
http_credentials : Union[{username: str, password: str}, NoneType]
0 commit comments