MCPcopy
hub / github.com/SeleniumHQ/selenium / findElement

Method findElement

java/src/org/openqa/selenium/WebDriver.java:126–126  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

124 * @see org.openqa.selenium.WebDriver.Timeouts
125 */
126 @Override
127 WebElement findElement(By by);
128
129 // Misc

Implementers 3

StubDriverjava/test/org/openqa/selenium/StubDriv
RemoteWebDriverjava/src/org/openqa/selenium/remote/Re
DecoratedWebDriverTestjava/test/org/openqa/selenium/support/

Calls

no outgoing calls