Function: checkLivenessPriority()
function checkLivenessPriority(
probe,
selectors,
options): Promise<ProbeResult | null>;
Defined in: packages/uimatch-selector-anchors/src/utils/liveness.ts:19
Check liveness for multiple selectors in priority order Returns the first alive selector
Parameters
probe
Probe instance for liveness checking
selectors
string[]
Selectors to check in priority order
options
ProbeOptions = {}
Check options
Returns
Promise<ProbeResult | null>
First alive selector result, or null if none are alive