Hi-
I need to create a program, or maybe a script of some sort, or even a browser extension possibly. I'm not sure... need some direction.
Once logged into a webpage, I'll do this manually, I need to--
auto refresh the page every XX amount of seconds
Detect a change in the page, specifically I'm looking for a check box, but detecting ANY change in the page will work.... whatevers easiest.
I then need to auto select the page so that I can TAB. I do this manually by hitting the mouse button anywhere on the page.
I then need to auto TAB X amount of times to highlight the check box
I then need to auto select text box. Manuall I can do this with the space bar
Then it's more tabing and the enter button on the keyboard (to select a web button as you would with a mouse pointer.
Where do i start? Is there more than one way? Any direction is greatly appreciated. Seems so simple.... to be able to run keyboard strokes on a web page without using the keyboard. I can see it might get a little complicated with auto detecting changes etc....