locator
Creates a Locator for the given selector.Locators are used for performing actions on elements with built-in waiting.
Return value
$
Query for a single element. Upstream docsReturn value
$$
Query for all matching elements. Upstream docsReturn value
$x
Evaluate XPath expression. (Uses $$() with xpath prefix internally) Upstream docsReturn value

