Page 1 of 1

mouse click problem

Posted: Thu Apr 05, 2007 9:36 am
by jeffthebat
I am working on a script that goes to a secure web site, aquires a report and then downloads it. I have all the initial functions working, however when I attempt to get the save button pushed on the pop up, it brings the pop up into focus, but won't click the button.
The request for this report forces a second page open, from which the "open save cancel" pop up appears. I have tried mouse click, and tab and enter sequences, all to no avail. Any thoughts would be appreciated. 

mouse click problem

Posted: Mon Apr 09, 2007 6:55 am
by Oleg
Why do you want to use mouse?
I ve just tried to open secure page. The tas lokk so:

Open web page
wait some time
send keystroke to active window (such as "username{TAB}password{ENTER}")

It's working fine. Maybe, have I not understood something?