Skip to main content

Interface: Probe

Defined in: packages/uimatch-selector-spi/dist/index.d.ts:102

Probe interface for liveness checking

This abstracts away Playwright-specific APIs to allow different implementations. Plugins can optionally implement liveness checks without depending on Playwright types.

Methods

check()

check(selector, options?): Promise<ProbeResult>;

Defined in: packages/uimatch-selector-spi/dist/index.d.ts:110

Check if a selector is alive (exists and optionally visible)

Parameters

selector

string

Selector to check

options?

ProbeOptions

Check options

Returns

Promise<ProbeResult>

Liveness check result