?How do I program a piece of software which clicks on buttons/links in a webpage

Mooner

Junior Member
May 26, 2001
3
0
0
Hi

How do I program a piece of software which clicks on buttons/links in a webpage?

Thanks,

 

Drekce

Golden Member
Sep 29, 2000
1,398
0
76
I have never really done anything like this before, but I am thinking that you would have to have the program read the html file and find the link tags. Once you have the tags, it could read the link and go to it. Good Luck!