findElement

Search for an element on the page, starting from the document root.
Source:
Parameters:
Name Type Description
strategy string The type
using string The locator strategy to use.
value string The search target.
Returns:
Type:
Promise.<Element>