clickTag with "Microsoft Internet Explorer" dialog

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
yuvaraj
Newbie
Posts: 5
Joined: Tue Jun 16, 2009 2:32 pm

clickTag with "Microsoft Internet Explorer" dialog

Post by yuvaraj » Tue Jun 16, 2009 3:42 pm

hello,

Am trying to automate configuration in "NETGEAR Access point". After entering all the values I will be cliking "Apply" button at the end of the page. When I do that, a dialog box appears "WPS will be disabled ...." with options "OK" and "Cancel". I recorded this successfully in the web recorder.

When I try to run the script using the command prompt, it doesnt proceed beyond the dialog box.

The script is as follows:

Let>FrameName={""}
Let>FormName={""}
Let>TagValue={"Apply"}
IE_ClickTag>%IE[0]%,str:FrameName,str:FormName,INPUT,NAME,str:TagValue,r

WaitWindowOpen>Microsoft Internet Explorer
SetFocus>Microsoft Internet Explorer
Press Enter

IE_Wait>%IE[0]%,r
Wait>delay

--------------

When I run in debug mode, step by step, it was able to close the dialog

When I executed with /LOGFILE option in the command line, I could see the following lines at the end of log

START: Let>TagValue={"Apply"}
END: Let>TagValue={"Apply"}
START: IE_ClickTag>0,str:FrameName,str:FormName,INPUT,NAME,str:TagValue,0,r

Post Reply
cron
Sign up to our newsletter for free automation tips, tricks & discounts