Set the step duration on the screen. Without a button, it automatically switches to the other step when the time is up. How will this happen?
Screenshot by Lightshot (eg. loading video)
Test Trigger function : Screenshot by Lightshot
Set the step duration on the screen. Without a button, it automatically switches to the other step when the time is up. How will this happen?
Screenshot by Lightshot (eg. loading video)
Test Trigger function : Screenshot by Lightshot
Okay. Did it .
(function waitAndDoSomething() {
setTimeout(function () {
feathery.goToStep(“Step6”);
}, 2000);
})();