Skip to content

Instantly share code, notes, and snippets.

View wocar's full-sized avatar

William Obando wocar

View GitHub Profile
@up1
up1 / 0.cs
Last active September 16, 2021 17:27
Selenium with C# (Waiting)
webdriver.FindElement(By.Id("search_button")).Click();
Thread.Sleep(5000);
IWebElement searchResult = webdriver.FindElement(By.Id("search_result"));