Skip to content

Lupa API Reference / commands/locator / TrialOption

Interface: TrialOption

Defined in: src/commands/locator.ts:188

Options that can be passed to locator actions.

Extended by

Properties

trial?

optional trial?: boolean

Defined in: src/commands/locator.ts:193

When set, this method only performs the actionability checks and skips the action. Defaults to false. Useful to wait until the element is ready for the action without performing it.