execute(action:data:formIdx:)

Continue this command session, optionally submitting form data

func execute(action: String? = nil, data: FormSubmitBuilder? = nil, formIdx: Int32 = 0) async -> CommandSession

Parameters

action

requested action, or null for the default action

data

form values to submit for the selected form

formIdx

index of the form in forms to submit

Return Value

Promise resolving to the next command session state