LogoRobo.js
Packages@robojs/mock

waitForInteractionResponse()

Function: waitForInteractionResponse()

function waitForInteractionResponse(sessionId, options?): Promise<RecordedAction>

Wait for an interaction response

Parameters

ParameterType
sessionIdstring
options?{ timeout: number; type: number; }
options.timeout?number
options.type?number

Returns

Promise<RecordedAction>

On this page