Jump to content

C# Selenium Experts Pls Help


Recommended Posts

Posted

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

 

explicit wait ela petalo koncham chepandi pls :(

Posted

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

Posted

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@)
Posted

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

explicit wait ela petalo koncham chepandi pls :(


c# enduku .. Java selenium cheyyavachu kada
×
×
  • Create New...