repl
Starts a REPL when Taiko is invoked as a runner with
--load
option.
Examples
const { goto } = require('taiko');
const { repl } = require('taiko/recorder');
(async () => {
await goto('google.com')
await goto('google.com')
await repl();
})();
taiko --load script.js
Parameters
This API does not have any parameters
Returns
This API does not return any values