Hello,
I need to write an app that can automate a task of clicking on a few buttons on several web pages from someone else’s website.
This is not malicious in any way. It will help me update some information on a timely manner.
An example would be the same as clicking on a button in a menu on a web page. Here is a section of code.
<a href="uebersicht.php" target="_top">Overview</a>
How do I in code mimic the clicking of this button?
Thanks,
Demopro
I need to write an app that can automate a task of clicking on a few buttons on several web pages from someone else’s website.
This is not malicious in any way. It will help me update some information on a timely manner.
An example would be the same as clicking on a button in a menu on a web page. Here is a section of code.
<a href="uebersicht.php" target="_top">Overview</a>
How do I in code mimic the clicking of this button?
Thanks,
Demopro