Hello, i would like to click on a page a link that is not visible but it executes a function i want to run.
What i do manually without Zennoposter:
1. i enter a page,
2. i use Microsoft Edge Developer Tools of Firebug to add a link that has a code:
3. and when the link is on the page i can click it and it executes a script on that page.
So is it possible with Zennoposter to do something like this?
What i do manually without Zennoposter:
1. i enter a page,
2. i use Microsoft Edge Developer Tools of Firebug to add a link that has a code:
Код:
<a onclick="checkOnsite(xxx)">check</a>
So is it possible with Zennoposter to do something like this?