MCPcopy Create free account
hub / github.com/SeleniumHQ/selenium / findElement

Method findElement

java/src/org/openqa/selenium/WebElement.java:266–266  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

264 * @see org.openqa.selenium.WebDriver.Timeouts
265 */
266 @Override
267 WebElement findElement(By by);
268
269 /**

Implementers 2

RemoteWebElementjava/src/org/openqa/selenium/remote/Re
WrappedWebElementjava/test/org/openqa/selenium/WrappedW

Calls

no outgoing calls