Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Created August 14, 2018 12:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ultimate-qa2/9b5aa0c637743d559845907823f339c0 to your computer and use it in GitHub Desktop.
Save ultimate-qa2/9b5aa0c637743d559845907823f339c0 to your computer and use it in GitHub Desktop.
GoToPricingPage();
//Here we are initializing the test in Applitools and passing in 4 parameters
// the IWebDriver, application name, test name, viewport size to open our app in
Eyes.Open(Driver, AppName, TestCaseName, Resolution1080P);
//Use the Applitools algorithm to check the whole page for visual validity
Eyes.CheckWindow();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment