Search found 4 matches

by paperboy
Fri May 01, 2015 5:34 am
Forum: Technical / Scripting
Topic: Detecting URL
Replies: 1
Views: 2122

Detecting URL

I want to create a macro that can detect an specific URL for example:
//after logging in
If>URL=http://mysite.com/update.php
//do this
else
//do this
EndIf
by paperboy
Fri Feb 20, 2015 3:18 am
Forum: Beginners
Topic: about csvData_count
Replies: 1
Views: 2656

about csvData_count

Is there a way to count the rows in a specific column?
for example

Let>loop=csvData_count_14
MessageModal>%loop%

the problem is the output is "csvData_count_14"
by paperboy
Fri Feb 13, 2015 2:39 am
Forum: Technical / Scripting
Topic: Everytime this window pops up my macro scheduler stops worki
Replies: 2
Views: 2529

Everytime this window pops up my macro scheduler stops worki

IECreate>IE[0]
IENavigate>IE[0],http://#####.com,res
Let>sk_delay=200
wait>3
IEGetURL>IE[0],currURL
IETagEventByAttrib>currURL,INPUT,ID=upload-file,click,
wait>1
SendText>E:\Desktop\#####
Press enter
Sign up to our newsletter for free automation tips, tricks & discounts