1 min readMar 20, 2019
Hello,
The easiest way is to put
setInterval(() => {
_.def.arrowRight.click()
}, 2000);
in the init
function, however you need to also handle the cases when the slider is automatically changing, but the user is clicking on the arrows / swiping it.