Code: Select all
PutClipBoard>1%TAB%2
Code: Select all
PutClipBoard>1%TAB%2
Code: Select all
VBSTART
VBEND
Let>varText=THIS IS MY STRING
VBEval>LCase("%varText%"),varText
MessageModal>varText
Code: Select all
VBSTART
VBEND
Let>varText=this is my string
VBEval>UCase("%varText%"),varText
MessageModal>varText
Code: Select all
SetDialogProperty>Dialog1,,Visible,False
SetDialogProperty>Dialog2,,Visible,False
Code: Select all
AddDialogHandler>DialogX,,OnClose,Quit
SRT>Quit
Exit>0
EMD>Quit
Code: Select all
Label>Loop
FindImagePos>C:\Users\Desktop\22222222.bmp,SCREEN,0,0,XArr,YArr,imgs
If>imgs>0
msg>found
Endif
Wait>1
Goto>Loop
For basic authentication where a username and password is required by the server before the request will complete put the username and password in the URL using the following format:
http://username:[email protected] ... 37&start=0
Add this to the script:winstein wrote: EDIT: By the way, where is the DoExit Subroutine?
Code: Select all
SRT>DoExit
Exit>1
END>DoExit