findElement abstract method
- By by
Searches for an element within the context.
Throws NoSuchElementException if no matching element is found.
Implementation
Future<WebElement> findElement(By by);
Searches for an element within the context.
Throws NoSuchElementException if no matching element is found.
Future<WebElement> findElement(By by);