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).
i want to load local html file in bas . is it possible ?
Yes its normal thing just like with any other browser >
file:///C:/pathToYourLocalPage/examplePage.html
Or simply open your local html file in any browser and copy addres from address bar to BAS Load command.
@m4zuper Thank you, thank you, thank you! It was so simple. It's really hard not knowing BAS very well.
Here is the values https://wtools.io/paste-code/bTqa
I want to only load values of the fingerprints that are needed to mostly mask our Automation
alt text
@zaza Template action does spintax. 0_1504110508147_Spintax.png
Thank you! it worked, i was using [[VARIABLE]]/Images.txt with expression, it was also giving me error but then i used it with string then it worked. I thought in string, variables values cannot be used :)