Guest User

Untitled

a guest
Sep 18th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. private void EnableFullPageScreenshots()
  2. {
  3. //capture the full page for validation
  4. Eyes.ForceFullPageScreenshot = true;
  5. Eyes.StitchMode = StitchModes.Scroll;
  6. //stitch the page together using CSS
  7. //Eyes.StitchMode = StitchModes.CSS;
  8. }
Add Comment
Please, Sign In to add comment