An XPath expression string (e.g., '//button[@id="submit"]').
'//button[@id="submit"]'
import type { XPathSelector } from '#core/types/branded.js';function findByXPath(xpath: XPathSelector): void { } Copy
import type { XPathSelector } from '#core/types/branded.js';function findByXPath(xpath: XPathSelector): void { }
An XPath expression string (e.g.,
'//button[@id="submit"]').