Jump to content

C# Selenium Experts Pls Help


cool_balu

Recommended Posts

try this

 

WebDriverwait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(10));

wait.untill(d => d.findElement(By.Id(elementId)));

 

replace the code in bold as per your requirement

Link to comment
Share on other sites

try this

WebDriverwait wait = new WebDriverWait(driver, TimeSpan.FromSeconds(10));
wait.untill(d => d.findElement(By.Id(elementId)));

replace the code in bold as per your requirement

h@)
Link to comment
Share on other sites

nenu java lo chesa inthaka mundu....i am new to c#

explicit wait ela petalo koncham chepandi pls :(


c# enduku .. Java selenium cheyyavachu kada
Link to comment
Share on other sites

×
×
  • Create New...