Skip to content

Commit

Permalink
update docs to latest changes
Browse files Browse the repository at this point in the history
  • Loading branch information
paweltomaszewskisaucelabs committed Mar 20, 2024
1 parent 7e243bb commit eab6d7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/nightwatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ It's recommended to use the `hideAfterFirstScroll` option for elements like stic
Options:

- `enable`: Enable taking full page screenshot (limited to desktop devices only)
- `delayAfterScroll`: Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
- `delayAfterScrollMs`: Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
- `hideAfterFirstScroll`: Hide elements on the page after first scroll (uses css selectors)

Example:
Expand Down
2 changes: 1 addition & 1 deletion docs/visual-testing/integrations/webdriverio.md
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ It's recommended to use the `hideAfterFirstScroll` option for elements like stic
Options:

- `enable`: Enable taking full page screenshot (limited to desktop devices only)
- `delayAfterScroll`: Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
- `delayAfterScrollMs`: Delay in ms after scrolling and before taking screenshots (helps with lazy loading content)
- `hideAfterFirstScroll`: Hide elements on the page after first scroll (uses css selectors)

Example:
Expand Down

0 comments on commit eab6d7c

Please sign in to comment.