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: docs/visual-testing/integrations/nightwatch.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -320,7 +320,7 @@ browser
320
320
If you want to see more than what's on the screen, you can take a full-page screenshot. It'll capture everything by scrolling and stitching it together.
321
321
322
322
:::note
323
-
It's recommended to use the `hideAfterFirstScroll` option for all fixed elements on the page.
323
+
It's recommended to use the `hideAfterFirstScroll` option for elements like sticky header.
If you want to see more than what's on the screen, you can take a full-page screenshot. It'll capture everything by scrolling and stitching it together.
228
+
If you want to see more than what's on the screen, you can take a full-page screenshot. It'll capture everything by scrolling and stitching it together.
229
229
230
230
:::note
231
-
It's recommended to use the `hideAfterFirstScroll` option for all fixed elements on the page.
231
+
It's recommended to use the `hideAfterFirstScroll` option for elements like sticky header.
0 commit comments