Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
FriggaHel committed Dec 18, 2024
1 parent 43e5be3 commit f6887c4
Showing 1 changed file with 17 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,22 @@ public FullPageScreenshotConfig(
}

public FullPageScreenshotConfig(
int delayAfterScrollMs,
Boolean disableCSSAnimation,
List<String> hideAfterFirstScroll,
Boolean hideScrollBars,
int scrollLimit,
String scrollElement,
SelectorIn nativeClipSelector) {
int delayAfterScrollMs,
Boolean disableCSSAnimation,
List<String> hideAfterFirstScroll,
Boolean hideScrollBars,
int scrollLimit,
String scrollElement,
SelectorIn nativeClipSelector) {
this(
delayAfterScrollMs,
disableCSSAnimation,
hideAfterFirstScroll,
hideScrollBars,
scrollLimit,
scrollElement,
nativeClipSelector,
null);
delayAfterScrollMs,
disableCSSAnimation,
hideAfterFirstScroll,
hideScrollBars,
scrollLimit,
scrollElement,
nativeClipSelector,
null);
}

private FullPageScreenshotConfig(
Expand Down Expand Up @@ -134,7 +134,8 @@ public Builder withNativeClipSelector(SelectorIn nativeClipSelector) {
/**
* Only effective for native app testing
*
* @param scrollOption ScrollOption to select which scroll behavior Full-Page screenshot should have.
* @param scrollOption ScrollOption to select which scroll behavior Full-Page screenshot should
* have.
* @return Builder instance
*/
public Builder withScrollOption(ScrollOption scrollOption) {
Expand Down

0 comments on commit f6887c4

Please sign in to comment.