Use resources to import csv file into BAS. Define resource type as "Lines from file" and set it to "Use each line one time" if you need that behavior. Than just put resource variable in place of URL.
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
