Skip to content

chore(release-1.15): roll driver to 1.15.0-1633020276000 #928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 1, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions playwright/async_api/_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -10872,7 +10872,7 @@ async def new_context(
no_viewport : Union[bool, NoneType]
Does not enforce fixed viewport, allows resizing window in the headed mode.
ignore_https_errors : Union[bool, NoneType]
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
java_script_enabled : Union[bool, NoneType]
Whether or not to enable JavaScript in the context. Defaults to `true`.
bypass_csp : Union[bool, NoneType]
Expand All @@ -10891,7 +10891,7 @@ async def new_context(
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
details.
extra_http_headers : Union[Dict[str, str], NoneType]
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
An object containing additional HTTP headers to be sent with every request.
offline : Union[bool, NoneType]
Whether to emulate network being offline. Defaults to `false`.
http_credentials : Union[{username: str, password: str}, NoneType]
Expand Down Expand Up @@ -11046,7 +11046,7 @@ async def new_page(
no_viewport : Union[bool, NoneType]
Does not enforce fixed viewport, allows resizing window in the headed mode.
ignore_https_errors : Union[bool, NoneType]
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
java_script_enabled : Union[bool, NoneType]
Whether or not to enable JavaScript in the context. Defaults to `true`.
bypass_csp : Union[bool, NoneType]
Expand All @@ -11065,7 +11065,7 @@ async def new_page(
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
details.
extra_http_headers : Union[Dict[str, str], NoneType]
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
An object containing additional HTTP headers to be sent with every request.
offline : Union[bool, NoneType]
Whether to emulate network being offline. Defaults to `false`.
http_credentials : Union[{username: str, password: str}, NoneType]
Expand Down Expand Up @@ -11539,7 +11539,7 @@ async def launch_persistent_context(
no_viewport : Union[bool, NoneType]
Does not enforce fixed viewport, allows resizing window in the headed mode.
ignore_https_errors : Union[bool, NoneType]
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
java_script_enabled : Union[bool, NoneType]
Whether or not to enable JavaScript in the context. Defaults to `true`.
bypass_csp : Union[bool, NoneType]
Expand All @@ -11558,7 +11558,7 @@ async def launch_persistent_context(
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
details.
extra_http_headers : Union[Dict[str, str], NoneType]
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
An object containing additional HTTP headers to be sent with every request.
offline : Union[bool, NoneType]
Whether to emulate network being offline. Defaults to `false`.
http_credentials : Union[{username: str, password: str}, NoneType]
Expand Down
12 changes: 6 additions & 6 deletions playwright/sync_api/_generated.py
Original file line number Diff line number Diff line change
Expand Up @@ -10619,7 +10619,7 @@ def new_context(
no_viewport : Union[bool, NoneType]
Does not enforce fixed viewport, allows resizing window in the headed mode.
ignore_https_errors : Union[bool, NoneType]
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
java_script_enabled : Union[bool, NoneType]
Whether or not to enable JavaScript in the context. Defaults to `true`.
bypass_csp : Union[bool, NoneType]
Expand All @@ -10638,7 +10638,7 @@ def new_context(
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
details.
extra_http_headers : Union[Dict[str, str], NoneType]
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
An object containing additional HTTP headers to be sent with every request.
offline : Union[bool, NoneType]
Whether to emulate network being offline. Defaults to `false`.
http_credentials : Union[{username: str, password: str}, NoneType]
Expand Down Expand Up @@ -10793,7 +10793,7 @@ def new_page(
no_viewport : Union[bool, NoneType]
Does not enforce fixed viewport, allows resizing window in the headed mode.
ignore_https_errors : Union[bool, NoneType]
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
java_script_enabled : Union[bool, NoneType]
Whether or not to enable JavaScript in the context. Defaults to `true`.
bypass_csp : Union[bool, NoneType]
Expand All @@ -10812,7 +10812,7 @@ def new_page(
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
details.
extra_http_headers : Union[Dict[str, str], NoneType]
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
An object containing additional HTTP headers to be sent with every request.
offline : Union[bool, NoneType]
Whether to emulate network being offline. Defaults to `false`.
http_credentials : Union[{username: str, password: str}, NoneType]
Expand Down Expand Up @@ -11286,7 +11286,7 @@ def launch_persistent_context(
no_viewport : Union[bool, NoneType]
Does not enforce fixed viewport, allows resizing window in the headed mode.
ignore_https_errors : Union[bool, NoneType]
Whether to ignore HTTPS errors during navigation. Defaults to `false`.
Whether to ignore HTTPS errors when sending network requests. Defaults to `false`.
java_script_enabled : Union[bool, NoneType]
Whether or not to enable JavaScript in the context. Defaults to `true`.
bypass_csp : Union[bool, NoneType]
Expand All @@ -11305,7 +11305,7 @@ def launch_persistent_context(
A list of permissions to grant to all pages in this context. See `browser_context.grant_permissions()` for more
details.
extra_http_headers : Union[Dict[str, str], NoneType]
An object containing additional HTTP headers to be sent with every request. All header values must be strings.
An object containing additional HTTP headers to be sent with every request.
offline : Union[bool, NoneType]
Whether to emulate network being offline. Defaults to `false`.
http_credentials : Union[{username: str, password: str}, NoneType]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
InWheel = None
from wheel.bdist_wheel import bdist_wheel as BDistWheelCommand

driver_version = "1.15.0-1632336523000"
driver_version = "1.15.0-1633020276000"


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