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).
Ok guys updated and tried to start browser automation studio up pops this error "The application failed to start because it could not find or load the QT platform plugin in "windows" in "".
Try reinstalling BAS. QT is quick time C# framework that BAS is built on.
@GaG Qt is c++. BAS is written in c++
Maybe A003 or B004 have signification ? its a commande name in my script? if yes, how i can find whats is A003 and B004?
@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"
Figured it out, i need to use replace string after database update.
Thank you @Allister , I didn't know that I can use '\n' to make new line in output.