Skip to content

Commit be4892e

Browse files
authored
chore(roll): roll Playwright to 1.23.0-alpha-may-27-2022 (#1329)
1 parent 4ccde4a commit be4892e

File tree

4 files changed

+20
-8
lines changed

4 files changed

+20
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Playwright is a Python library to automate [Chromium](https://www.chromium.org/H
44

55
| | Linux | macOS | Windows |
66
| :--- | :---: | :---: | :---: |
7-
| Chromium <!-- GEN:chromium-version -->102.0.5005.40<!-- GEN:stop --> ||||
7+
| Chromium <!-- GEN:chromium-version -->102.0.5005.61<!-- GEN:stop --> ||||
88
| WebKit <!-- GEN:webkit-version -->15.4<!-- GEN:stop --> ||||
99
| Firefox <!-- GEN:firefox-version -->99.0.1<!-- GEN:stop --> ||||
1010

playwright/async_api/_generated.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2591,7 +2591,9 @@ async def screenshot(
25912591
scale : Union["css", "device", NoneType]
25922592
When set to `"css"`, screenshot will have a single pixel per each css pixel on the page. For high-dpi devices, this will
25932593
keep screenshots small. Using `"device"` option will produce a single pixel per each device pixel, so screenhots of
2594-
high-dpi devices will be twice as large or even larger. Defaults to `"device"`.
2594+
high-dpi devices will be twice as large or even larger.
2595+
2596+
Defaults to `"device"`.
25952597
mask : Union[List[Locator], NoneType]
25962598
Specify locators that should be masked when the screenshot is taken. Masked elements will be overlayed with a pink box
25972599
`#FF00FF` that completely covers its bounding box.
@@ -8168,7 +8170,9 @@ async def screenshot(
81688170
scale : Union["css", "device", NoneType]
81698171
When set to `"css"`, screenshot will have a single pixel per each css pixel on the page. For high-dpi devices, this will
81708172
keep screenshots small. Using `"device"` option will produce a single pixel per each device pixel, so screenhots of
8171-
high-dpi devices will be twice as large or even larger. Defaults to `"device"`.
8173+
high-dpi devices will be twice as large or even larger.
8174+
8175+
Defaults to `"device"`.
81728176
mask : Union[List[Locator], NoneType]
81738177
Specify locators that should be masked when the screenshot is taken. Masked elements will be overlayed with a pink box
81748178
`#FF00FF` that completely covers its bounding box.
@@ -13515,7 +13519,9 @@ async def screenshot(
1351513519
scale : Union["css", "device", NoneType]
1351613520
When set to `"css"`, screenshot will have a single pixel per each css pixel on the page. For high-dpi devices, this will
1351713521
keep screenshots small. Using `"device"` option will produce a single pixel per each device pixel, so screenhots of
13518-
high-dpi devices will be twice as large or even larger. Defaults to `"device"`.
13522+
high-dpi devices will be twice as large or even larger.
13523+
13524+
Defaults to `"device"`.
1351913525
mask : Union[List[Locator], NoneType]
1352013526
Specify locators that should be masked when the screenshot is taken. Masked elements will be overlayed with a pink box
1352113527
`#FF00FF` that completely covers its bounding box.

playwright/sync_api/_generated.py

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2540,7 +2540,9 @@ def screenshot(
25402540
scale : Union["css", "device", NoneType]
25412541
When set to `"css"`, screenshot will have a single pixel per each css pixel on the page. For high-dpi devices, this will
25422542
keep screenshots small. Using `"device"` option will produce a single pixel per each device pixel, so screenhots of
2543-
high-dpi devices will be twice as large or even larger. Defaults to `"device"`.
2543+
high-dpi devices will be twice as large or even larger.
2544+
2545+
Defaults to `"device"`.
25442546
mask : Union[List[Locator], NoneType]
25452547
Specify locators that should be masked when the screenshot is taken. Masked elements will be overlayed with a pink box
25462548
`#FF00FF` that completely covers its bounding box.
@@ -7979,7 +7981,9 @@ def screenshot(
79797981
scale : Union["css", "device", NoneType]
79807982
When set to `"css"`, screenshot will have a single pixel per each css pixel on the page. For high-dpi devices, this will
79817983
keep screenshots small. Using `"device"` option will produce a single pixel per each device pixel, so screenhots of
7982-
high-dpi devices will be twice as large or even larger. Defaults to `"device"`.
7984+
high-dpi devices will be twice as large or even larger.
7985+
7986+
Defaults to `"device"`.
79837987
mask : Union[List[Locator], NoneType]
79847988
Specify locators that should be masked when the screenshot is taken. Masked elements will be overlayed with a pink box
79857989
`#FF00FF` that completely covers its bounding box.
@@ -13235,7 +13239,9 @@ def screenshot(
1323513239
scale : Union["css", "device", NoneType]
1323613240
When set to `"css"`, screenshot will have a single pixel per each css pixel on the page. For high-dpi devices, this will
1323713241
keep screenshots small. Using `"device"` option will produce a single pixel per each device pixel, so screenhots of
13238-
high-dpi devices will be twice as large or even larger. Defaults to `"device"`.
13242+
high-dpi devices will be twice as large or even larger.
13243+
13244+
Defaults to `"device"`.
1323913245
mask : Union[List[Locator], NoneType]
1324013246
Specify locators that should be masked when the screenshot is taken. Masked elements will be overlayed with a pink box
1324113247
`#FF00FF` that completely covers its bounding box.

setup.py

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

33-
driver_version = "1.22.0"
33+
driver_version = "1.23.0-alpha-may-27-2022"
3434

3535

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

0 commit comments

Comments
 (0)