How to execute list of url from .txt ?
-
Hallo
How to execute list of url from .txt ? Like I have list in .txt file:
Http // mysite . Com / 1
Http // mysite . Com / 2
Http // mysite . Com / 3
I want execute every url in .txt file. Like this
Load 》Http // mysite . Com / 1 》click element
Load 》Http // mysite . Com / 2 》click element
Load 》Http // mysite . Com / 3 》click element
And so on so on, please admin or developer this BAS reply this question. Just give me little advice.
-
just create a resource on main window in BAS . name it anything , select lines from file and read only .
click on record -> load > instead of tying in url select resource -> uncheck reuse resource -> make your action like click element
reply if you need more help, but be sure to watch the tutorials. most of the issues can be solved
-
@rife Just create resource as @andy231 suggested adn set fail number and success number to big values and start in "run" mode.