I am competing to show the speed and elegance of this versus other tools and what we should adopt... so far, imo, this is more versatile but I have this speedbump.
Code: Select all
IECreate>IE_REF
IENavigate>IE_REF,https://usrowingfanschoice.secure-platform.com/a/gallery/1/vote/5,res
IEWaitDocumentComplete>IE_REF,res
IEClickTag>IE_REF,,,INPUT,Value,Confirm Vote,result
Wait>1
IEQuit>IE[0],ie_res
Code: Select all
VERSION BUILD=10.4.28.1074
CLEAR
URL GOTO=https://usrowingfanschoice.secure-platform.com/a/gallery/1
TAG POS=3 TYPE=A ATTR=TXT:Vote<SP>for<SP>this<SP>Application
TAG POS=1 TYPE=INPUT:SUBMIT ATTR=CLASS:confirmVote<SP>button
TAG POS=1 TYPE=INPUT:BUTTON ATTR=CLASS:button
1) It would also be better if I didn't have to open and close IE each time if put in a loop.
IF IE_REF, clear current window, execute in current window.
2) My alternative to CLEAR is to Open a third-party app (ie. CCleaner) run it, cleanup windows.
I know that if I have to do that I will loose this comparison so I haven't even tried.