Click to See Complete Forum and Search --> : Web Browser Macro Program


Sux0rZh@jc0rz
09-01-2003, 10:48 PM
Can anybody tell me how I would go about making a macro that interacts with an online browser webpage?

it needs to click certain buttons on the page. thats all.

like 1st button, 2nd button, 1st,2nd,1st,2nd ect.

Any help? the buttons are at fixed positions on the page.

Cannot use Tab feature. must make the mouse click at a certain position on the page each and everytime.

Khalid Ali
09-01-2003, 10:52 PM
do a google search for
javascript synthetic events

I am sure you will get the answer

Sux0rZh@jc0rz
09-03-2003, 02:45 PM
ima newb and don't know anything about DOM so that one throws curve balls at me=/

Can anyone who is experienced with macro's help me out?

one simple script: Click at coordinate(xxxx) on screen, wait 10 seconds, click at coordinate(yyyy) on screen, wait 10 seconds, then repeat.

Sux0rZh@jc0rz
09-03-2003, 07:52 PM
I could also use a script that pushed

tab 8x,
enter,
delay 10s,
Shift-tab 4x,
Enter,
-Loop-