- Регистрация
- 28.11.2012
- Сообщения
- 199
- Благодарностей
- 6
- Баллы
- 18
Hey, I'm quite new to Zennoposter and I'm already loving it! Real Mental Power!
I'm now trying to set up my script to click on links in the list one by one:
I know that elements are surrounded by: <div class="result-url"> </div>
So I got regex, this is a list of link titles that I want to click --> (?<=<div\ class="result-url">).*(?=</div>)
Now what should I do? Drag'n'Drop Event tag...
how do I set it to look for links related to this regex?
I've actually tried to sniff out how the script looks like when similar stuff via Action Recorder but then my Event box differs from what I get (look at the image below)
Why when I'm adding "Rise Event" via Editor it only offers me only 2 Intelli Search options instead of "Classic item search" options (shown in the bottom box)
The software is rather easy to learn actually, just some things like that cause some confusion.
Thanks for your time guys, Merry Christmas!
I'm now trying to set up my script to click on links in the list one by one:
I know that elements are surrounded by: <div class="result-url"> </div>
So I got regex, this is a list of link titles that I want to click --> (?<=<div\ class="result-url">).*(?=</div>)
Now what should I do? Drag'n'Drop Event tag...
how do I set it to look for links related to this regex?
I've actually tried to sniff out how the script looks like when similar stuff via Action Recorder but then my Event box differs from what I get (look at the image below)
Why when I'm adding "Rise Event" via Editor it only offers me only 2 Intelli Search options instead of "Classic item search" options (shown in the bottom box)
The software is rather easy to learn actually, just some things like that cause some confusion.
Thanks for your time guys, Merry Christmas!