@lambo the "linesfromfile" resource is a string, not an array.
0_1548818895102_e9d36640-a874-43c4-acc2-6bfb1fec65c2-изображение.png
test script
or so:
0_1548819224570_e5974a72-1adc-41ab-82d8-cda705194459-изображение.png
@ggma said in How to load an URL after another:
Hi,
I have a list of URL I need to load one after another.
URL1
URL2
URL3Script :
Load URL1
Perform actionsLoad URL2
Perform actionsLoad URL3
Perform actionsHow should I do it ?
Thanks a lot !
Cicle "FOR"