Find the first WebElement using the given method. 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 until the configured timeout is reached. findElement should not be
(By by)
| 124 | * @see org.openqa.selenium.WebDriver.Timeouts |
| 125 | */ |
| 126 | @Override |
| 127 | WebElement findElement(By by); |
| 128 | |
| 129 | // Misc |
no outgoing calls