@@ -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.
0 commit comments