QuerySelectorAll
Defined in: actions/dom.ts:94
Extends
Section titled “Extends”BaseQuerySelector
Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new QuerySelectorAll(
params_):QuerySelectorAll
Defined in: actions/dom.ts:25
Parameters
Section titled “Parameters”params_
Section titled “params_”Returns
Section titled “Returns”QuerySelectorAll
Inherited from
Section titled “Inherited from”BaseQuerySelector.constructor
Accessors
Section titled “Accessors”functionExpression
Section titled “functionExpression”Get Signature
Section titled “Get Signature”get functionExpression():
string
Defined in: actions/dom.ts:95
Returns
Section titled “Returns”string
Overrides
Section titled “Overrides”BaseQuerySelector.functionExpression
isCollection
Section titled “isCollection”Get Signature
Section titled “Get Signature”get isCollection():
boolean
Defined in: actions/dom.ts:99
Returns
Section titled “Returns”boolean
Overrides
Section titled “Overrides”BaseQuerySelector.isCollection
Methods
Section titled “Methods”execute()
Section titled “execute()”execute(
ctx):Promise<void>
Defined in: actions/dom.ts:27
Executes the action with the provided context.
Parameters
Section titled “Parameters”SessionContext
The action context.
Returns
Section titled “Returns”Promise<void>
Inherited from
Section titled “Inherited from”BaseQuerySelector.execute