Search found 3 matches
- Fri Oct 02, 2009 1:30 pm
- Forum: Technical / Scripting
- Topic: IE_FormFill problem - select - dropdown - combo
- Replies: 0
- Views: 3345
IE_FormFill problem - select - dropdown - combo
Hi, There are two dropdowns in a webpage. Im trying to set the selected valu of the dropdowns. The second IE_FormFill is suppose to set the second drowdown which its name is birthDate2. but it overwrites the value of the first dropdown which its name is birthDate1. IE_FormFill sets the wrong html el...
- Sun Sep 27, 2009 8:05 am
- Forum: Technical / Scripting
- Topic: How to get a window reference for webrecorder
- Replies: 1
- Views: 2828
I've found an answer that says it isn't possible
http://www.mjtnet.com/forum/viewtopic.php?t=3465

- Fri Sep 25, 2009 1:21 pm
- Forum: Technical / Scripting
- Topic: How to get a window reference for webrecorder
- Replies: 1
- Views: 2828
How to get a window reference for webrecorder
Hi, webrecorder is the simpliest way to fill forms but it starts with Create_IE. What I need is to get an existing IE window reference and use it in webrecorder scripts. -- how to set %IE[0]% wit an existing window before the following line? IE_Wait>%IE[0]%,r Wait>delay Let>FrameName={""} Let>FormNa...