Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created June 30, 2020 15:00
Show Gist options
  • Save muditlambda/e055d9ceee2c546a23f3dcf3d8eb9b88 to your computer and use it in GitHub Desktop.
Save muditlambda/e055d9ceee2c546a23f3dcf3d8eb9b88 to your computer and use it in GitHub Desktop.
driver = new ChromeDriver();
driver.Url = "https://www.lambdatest.com";
/* Get the window size */
Console.WriteLine(driver.Manage().Window.Size);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment