Skip to content

QuerySelectorAll

Defined in: actions/dom.ts:94

  • BaseQuerySelector

new QuerySelectorAll(params_): QuerySelectorAll

Defined in: actions/dom.ts:25

QuerySelectorParams

QuerySelectorAll

BaseQuerySelector.constructor

get functionExpression(): string

Defined in: actions/dom.ts:95

string

BaseQuerySelector.functionExpression


get isCollection(): boolean

Defined in: actions/dom.ts:99

boolean

BaseQuerySelector.isCollection

execute(ctx): Promise<void>

Defined in: actions/dom.ts:27

Executes the action with the provided context.

SessionContext

The action context.

Promise<void>

BaseQuerySelector.execute