Skip to content

Commit 26e64e8

Browse files
authored
chore(release-1.15): roll driver to 1.15.0-1633020276000 (#928)
1 parent d5a6dff commit 26e64e8

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

playwright/async_api/_generated.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10872,7 +10872,7 @@ async def new_context(
1087210872
no_viewport : Union[bool, NoneType]
1087310873
Does not enforce fixed viewport, allows resizing window in the headed mode.
1087410874
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`.
1087610876
java_script_enabled : Union[bool, NoneType]
1087710877
Whether or not to enable JavaScript in the context. Defaults to `true`.
1087810878
bypass_csp : Union[bool, NoneType]
@@ -10891,7 +10891,7 @@ async def new_context(
1089110891
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
1089210892
details.
1089310893
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.
1089510895
offline : Union[bool, NoneType]
1089610896
Whether to emulate network being offline. Defaults to `false`.
1089710897
http_credentials : Union[{username: str, password: str}, NoneType]
@@ -11046,7 +11046,7 @@ async def new_page(
1104611046
no_viewport : Union[bool, NoneType]
1104711047
Does not enforce fixed viewport, allows resizing window in the headed mode.
1104811048
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`.
1105011050
java_script_enabled : Union[bool, NoneType]
1105111051
Whether or not to enable JavaScript in the context. Defaults to `true`.
1105211052
bypass_csp : Union[bool, NoneType]
@@ -11065,7 +11065,7 @@ async def new_page(
1106511065
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
1106611066
details.
1106711067
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.
1106911069
offline : Union[bool, NoneType]
1107011070
Whether to emulate network being offline. Defaults to `false`.
1107111071
http_credentials : Union[{username: str, password: str}, NoneType]
@@ -11539,7 +11539,7 @@ async def launch_persistent_context(
1153911539
no_viewport : Union[bool, NoneType]
1154011540
Does not enforce fixed viewport, allows resizing window in the headed mode.
1154111541
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`.
1154311543
java_script_enabled : Union[bool, NoneType]
1154411544
Whether or not to enable JavaScript in the context. Defaults to `true`.
1154511545
bypass_csp : Union[bool, NoneType]
@@ -11558,7 +11558,7 @@ async def launch_persistent_context(
1155811558
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
1155911559
details.
1156011560
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.
1156211562
offline : Union[bool, NoneType]
1156311563
Whether to emulate network being offline. Defaults to `false`.
1156411564
http_credentials : Union[{username: str, password: str}, NoneType]

playwright/sync_api/_generated.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10619,7 +10619,7 @@ def new_context(
1061910619
no_viewport : Union[bool, NoneType]
1062010620
Does not enforce fixed viewport, allows resizing window in the headed mode.
1062110621
ignore_https_errors : Union[bool, NoneType]
10622-
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
10622+
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
1062310623
java_script_enabled : Union[bool, NoneType]
1062410624
Whether or not to enable JavaScript in the context. Defaults to `true`.
1062510625
bypass_csp : Union[bool, NoneType]
@@ -10638,7 +10638,7 @@ def new_context(
1063810638
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
1063910639
details.
1064010640
extra_http_headers : Union[Dict[str, str], NoneType]
10641-
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
10641+
An object containing additional HTTP headers to be sent with every request.
1064210642
offline : Union[bool, NoneType]
1064310643
Whether to emulate network being offline. Defaults to `false`.
1064410644
http_credentials : Union[{username: str, password: str}, NoneType]
@@ -10793,7 +10793,7 @@ def new_page(
1079310793
no_viewport : Union[bool, NoneType]
1079410794
Does not enforce fixed viewport, allows resizing window in the headed mode.
1079510795
ignore_https_errors : Union[bool, NoneType]
10796-
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
10796+
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
1079710797
java_script_enabled : Union[bool, NoneType]
1079810798
Whether or not to enable JavaScript in the context. Defaults to `true`.
1079910799
bypass_csp : Union[bool, NoneType]
@@ -10812,7 +10812,7 @@ def new_page(
1081210812
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
1081310813
details.
1081410814
extra_http_headers : Union[Dict[str, str], NoneType]
10815-
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
10815+
An object containing additional HTTP headers to be sent with every request.
1081610816
offline : Union[bool, NoneType]
1081710817
Whether to emulate network being offline. Defaults to `false`.
1081810818
http_credentials : Union[{username: str, password: str}, NoneType]
@@ -11286,7 +11286,7 @@ def launch_persistent_context(
1128611286
no_viewport : Union[bool, NoneType]
1128711287
Does not enforce fixed viewport, allows resizing window in the headed mode.
1128811288
ignore_https_errors : Union[bool, NoneType]
11289-
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
11289+
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
1129011290
java_script_enabled : Union[bool, NoneType]
1129111291
Whether or not to enable JavaScript in the context. Defaults to `true`.
1129211292
bypass_csp : Union[bool, NoneType]
@@ -11305,7 +11305,7 @@ def launch_persistent_context(
1130511305
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
1130611306
details.
1130711307
extra_http_headers : Union[Dict[str, str], NoneType]
11308-
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
11308+
An object containing additional HTTP headers to be sent with every request.
1130911309
offline : Union[bool, NoneType]
1131011310
Whether to emulate network being offline. Defaults to `false`.
1131111311
http_credentials : Union[{username: str, password: str}, NoneType]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
InWheel = None
2929
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand
3030

31-
driver_version = "1.15.0-1632336523000"
31+
driver_version = "1.15.0-1633020276000"
3232

3333

3434
def extractall(zip: zipfile.ZipFile, path: str) -> 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