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>a
selector.Getting all links from page is also easy with "Xpath Get Xml List" action and
//a/@href
xpath.
-
Thank you @support i will try learn this your file ^^