Inserting Text In Web Page Text Field

Hints, tips and tricks for newbies

Moderators: Dorian (MJT support), JRL

Post Reply
Steve

Inserting Text In Web Page Text Field

Post by Steve » Sat May 08, 2004 11:47 pm

I am trying to write a script which will access a website, send text to the website to fill in two text fields, and then cause the website to search for content based upon my text field entries.

I have simplified the code as far as I possibly can, and I am now noticing that the website seems to reload after the text is entered into the first text field and the second text field is even never written into. Also, I would like to change the code where I have 35 tabs if there is a way to directly set the focus of the web page in the first text field.



Let>SK_DELAY=2
Let>secondline=300

Run>C:\Program Files\Internet Explorer\IExplore.exe "https://sec.was.asu.edu/soc/"
WaitWindowOpen>ASU: Schedule of Classes Search - Microsoft Internet Explorer*

Press Tab * 35
Wait>7
SetFocus>ASU: Schedule of Classes Search - Microsoft Internet Explorer*
Send Character/Text>ece
Send>secondline
Press Enter



Thank you for any help you can provide.

Steve

Steve

Post by Steve » Sun May 09, 2004 12:14 am

Please ignore my last post. I have corrected the problem.

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