Persistently attempts to find and click on the given element, until successful
or until no exceptions has been thrown.
public static OpenQA.Selenium.IWebDriver PersistentClick(this OpenQA.Selenium.IWebDriver driver, OpenQA.Selenium.By by);
driver OpenQA.Selenium.IWebDriver
This OpenQA.Selenium.IWebDriver instance.
by OpenQA.Selenium.By
The locating mechanism to use.
OpenQA.Selenium.IWebDriver
A self-reference to this OpenQA.Selenium.IWebDriver.
If not provided, the default timeout is 10 seconds.