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>FormName={"form1"}
Let>FieldName={"t_kullaniciAdi"}
Let>FieldValue={"70009.01TA07"}
IE_FormFill>%IE[0]%,str:FrameName,str:FormName,str:FieldName,str:FieldValue,0,r
I really need a solution...
Thanks in advance.
Mehmet
How to get a window reference for webrecorder
Moderators: JRL, Dorian (MJT support)
-
- Newbie
- Posts: 3
- Joined: Fri Sep 25, 2009 1:11 pm
-
- Newbie
- Posts: 3
- Joined: Fri Sep 25, 2009 1:11 pm
I've found an answer that says it isn't possible
http://www.mjtnet.com/forum/viewtopic.php?t=3465
