Find the first WebElement using the given method. See the note in #findElements(By) about finding via XPath. This method is affected by the 'implicit wait' times in force at the time of execution. The findElement(..) invocation will return a matching row, or try again repeatedly unti
(By by)
| 264 | * @see org.openqa.selenium.WebDriver.Timeouts |
| 265 | */ |
| 266 | @Override |
| 267 | WebElement findElement(By by); |
| 268 | |
| 269 | /** |
no outgoing calls