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