Skip to content

Commit 7ad8613

Browse files
updated readme
1 parent e735ff8 commit 7ad8613

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ public class Example {
222222
- `right` (int): Right coordinate of the consider region.
223223
- `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.
224224
- Parameters:
225-
- `elementSelector` (mandatory, only one of the following must be provided)
225+
- `elementSelector` (optional, only one of the following must be provided, if this is not provided then full page will be considered as region)
226226
- `boundingBox` (object): Defines the coordinates and size of the region.
227227
- `x` (number): X-coordinate of the region.
228228
- `y` (number): Y-coordinate of the region.

0 commit comments

Comments
 (0)