Find an element using an XPath expression.
Find all elements matching an XPath expression.
Find the first DOM element matching an XPath expression; used internally by GPAL for persistent selectors.
Find all DOM elements matching an XPath expression; used internally by GPAL for persistent selectors.
Find an element using a CSS selector.
Find all elements matching a CSS selector.
Find the first DOM element matching a CSS selector; used internally by GPAL for persistent selectors.
Find all DOM elements matching a CSS selector; used internally by GPAL for persistent selectors.
Internal API route placeholder.