Problems with Internet Explorer

Discuss RoboTask here
Post Reply
awroberts
Posts: 1
Joined: Wed Jun 09, 2010 2:41 pm
Location: United States

Problems with Internet Explorer

Post by awroberts »

I'm trying to automate the entry of data into a web form.  I'm using Internet Explorer, and when I try to change focus to the IE window the File command is highlighted, as if the Alt key is pressed down.  This prevents the form from being in focus and the paste action (and all subsequent keystrokes) fails.
This behavior occurs whether using a Window Command or using the Send Keystrokes command.
Any ideas?
Thanks,
Andy
Last edited by awroberts on Wed Jun 09, 2010 9:00 pm, edited 1 time in total.
Oleg
Site Admin
Posts: 3202
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Problems with Internet Explorer

Post by Oleg »

Try to use new actions for web forms: "Fill Web Form" and "Wait For Done"
These actions was created especially for forms on web pages.
The using of sending keystrokes and mouse actions is very unreliable for automation of web forms.
Post Reply