Interface FilterOptions

Options to filter elements when creating an XPath selector.

interface FilterOptions {
    filterElementWithTag?: string;
}

Properties

filterElementWithTag?: string

The tag name of the element to filter by. If not specified, defaults to '*'.