Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi, So I am trying to import some url's with an csv file. But the url after the ':' sign is not imported. How can I fix this small problem?
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.
@Baocon97
I believe you need to convert the cookies to the format that BAS understands, and then import them into BAS using a standard method.
Take a look: https://chromedevtools.github.io/devtools-protocol/tot/Network/#type-Cookie
Дубль темы
@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 URL3 Script : Load URL1 Perform actions Load URL2 Perform actions Load URL3 Perform actions How should I do it ? Thanks a lot !
Hi,
I have a list of URL I need to load one after another.
URL1 URL2 URL3
Script :
Load URL1 Perform actions
Load URL2 Perform actions
Load URL3 Perform actions
How should I do it ?
Thanks a lot !
Cicle "FOR"