Is there a way to scroll an iframe down by 100px every 5 seconds using JavaScript or any other software? I am aware of the window.scrollTo(x,y);
method for scrolling the window, but how can this be adapted for an iframe?
The iframe in question is displaying an external page.
Are there any tools available for download that can achieve this functionality?