mouse click problem

Discuss RoboTask here
Post Reply
jeffthebat
Posts: 3
Joined: Thu Apr 05, 2007 9:20 am

mouse click problem

Post 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. 
Oleg
Site Admin
Posts: 3014
Joined: Thu Jan 01, 1970 1:00 am
Contact:

mouse click problem

Post 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?
Post Reply