Skip to content

DOMHover

Defined in: actions/dom.ts:78

Interface for actions.

new DOMHover(params_): DOMHover

Defined in: actions/dom.ts:79

DOMHoverParams

DOMHover

execute(ctx): Promise<void>

Defined in: actions/dom.ts:81

Executes the action with the provided context.

SessionContext

The action context.

Promise<void>

IAction.execute