Skip to content

Instantly share code, notes, and snippets.

@muditlambda
Created June 30, 2020 14:18
/* Selenium Webdriver command for URL*/
driver = new ChromeDriver();
driver.Url = "https://www.lambdatest.com";
/* Sleep for 4 seconds after page is displayed */
System.Threading.Thread.Sleep(4000);
/* Quit the window for this NUnit tutorial*/
driver.Quit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment