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