@ahmad said in I face a strange situation help me anyone:
@Fox
make this profile with BAS 25,1,1
What do you mean?
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.