Settings on how to query the DOM element.

Optional element which should be focused before sending the keys.

Hierarchy

  • AutomationElementQueryConfig

Properties

cssQuery: string

CSS query selector to select the DOM element to work with.

dontWaitForDomChanges: boolean

True when element queries should NOT wait for DOM tree changes.

scriptQuery: string

DOM selector script to select the DOM element to work with.

timeoutInMs: number

The time in milliseconds after which the query will fail. A value of 0 means that this will never fail due to a timeout.

Generated using TypeDoc