You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,7 @@ public class Example {
222
222
- `right` (int): Right coordinate of the consider region.
223
223
- `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.
224
224
- 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)
226
226
- `boundingBox` (object): Defines the coordinates and size of the region.
0 commit comments