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
Search found 4 matches
- Fri May 01, 2015 5:34 am
- Forum: Technical / Scripting
- Topic: Detecting URL
- Replies: 1
- Views: 2122
- 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"
for example
Let>loop=csvData_count_14
MessageModal>%loop%
the problem is the output is "csvData_count_14"
- Fri Feb 20, 2015 3:15 am
- Forum: Technical / Scripting
- Topic: Everytime this window pops up my macro scheduler stops worki
- Replies: 2
- Views: 2529
- 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
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