The code snippet below works fine, but I\'m having a little trouble with the wait.until()
line:
wait.until(new ElementPresent(By.xpath(\"//a[@title=
There was a request for implementation on C#.
Here it is:
IWebDriver driver = new ChromeDriver();
RetryingElementLocator retry = new RetryingElementLocator(driver, TimeSpan.FromSeconds(5));
IPageObjectMemberDecorator decor = new DefaultPageObjectMemberDecorator();
PageFactory.InitElements(retry.SearchContext, this, decor);