You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
Help with Loop in Css
-
Hello
i have project like get all url of some object in page.
ex : get all url of post in page http://www.freepik.com/index.php?goto=2&searchform=1&k=character&is_premium=0&color=&order=&type=1&vars=1&is_selection=1
i try use loop but i don't know set what css at start loop.
Pls help me.
here my test
0_1491500059049_freepik.xml -
@vip764 You can iterate on all links with
>CSS>aselector.Getting all links from page is also easy with "Xpath Get Xml List" action and
//a/@hrefxpath.