Skip to content

Commit 7e82862

Browse files
releasing 1.0.8-beta.0
1 parent 9eee1ce commit 7e82862

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ const desired_cap = {
133133
- `right` (int): Right coordinate of the consider region.
134134
- `regions` parameter that allows users to apply snapshot options to specific areas of the page. This parameter is an array where each object defines a custom region with configurations.
135135
- Parameters:
136-
- `elementSelector` (optional)
136+
- `elementSelector` (optional, only one of the following must be provided, if this is not provided then full page will be considered as region)
137137
- `boundingBox` (object): Defines the coordinates and size of the region.
138138
- `x` (number): X-coordinate of the region.
139139
- `y` (number): Y-coordinate of the region.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@percy/playwright",
33
"description": "Playwright client library for visual testing with Percy",
4-
"version": "1.0.7",
4+
"version": "1.0.8-beta.0",
55
"license": "MIT",
66
"author": "Perceptual Inc.",
77
"repository": "https://github.com/percy/percy-playwright",

0 commit comments

Comments
 (0)