Page 1 of 1

Problems with Internet Explorer

Posted: Wed Jun 09, 2010 3:01 pm
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

Problems with Internet Explorer

Posted: Thu Jun 10, 2010 1:18 am
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.