Skip to content

Instantly share code, notes, and snippets.

@ultimate-qa2
Created August 16, 2018 11:56
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/f665f4493694aa954542b5846a8da93b to your computer and use it in GitHub Desktop.
Save ultimate-qa2/f665f4493694aa954542b5846a8da93b to your computer and use it in GitHub Desktop.
[Test]
public void SetBaselineUsingViewportSize()
{
GoToPricingPage();
//all the parameters are the same, except we provided a new viewport size
Eyes.Open(Driver, AppName, TestCaseName, Resolution720P);
Eyes.CheckWindow();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment