@nightwatch/chrome-recorder
- nightwatchStringifyChromeRecording
- parseRecordingContent
- stringifyParsedStep
- transformParsedRecording
▸ nightwatchStringifyChromeRecording(recording
): Promise
<Promise
<string
> | undefined
>
Name | Type |
---|---|
recording |
string |
Promise
<Promise
<string
> | undefined
>
▸ parseRecordingContent(recordingContent
): Schema.UserFlow
Name | Type |
---|---|
recordingContent |
string |
Schema.UserFlow
▸ stringifyParsedStep(step
): Promise
<string
>
Name | Type |
---|---|
step |
Step |
Promise
<string
>
▸ transformParsedRecording(parsedRecording
): Promise
<string
>
Name | Type |
---|---|
parsedRecording |
UserFlow |
Promise
<string
>