Hi,
I have been working a web-browser script that requirest to click on links.
The script cliks on a link and then calls a procedure with waits and keypresses to eventually return to the start page and refresh. And go back to the main script.
So for every click it takes ~10 seconds to go back to the main page hunting for links. I realise a more efficient way to do this would be to open the new links in new browser tabs Which using FF is Control+Click or Opera is Shift+Control+Click. Once the links are open they can just stay open or for a more advanced idea, make a function to go around clicking on the "X" to close them.
I have searched around for the byte which is Shift or Control, thinking of having a procedure that would hold the key, use the SRLs mouse click function then release the key. Problem is that I can't find how to press these keys from the script. I did find isfunctionkeydown() but what I want is not the test but to do it "functionkeydown"? Anyone can point me to the right source?
Cheers


Reply With Quote







.



