You can use "Result" variables that are predefined in BAS. There are 9 of them.
If you need more you can use filesystem actions and create TXT or CSV files
to store any number you need. Similar to that you can use database for such
tasks too.
How to rename variable file
-
Hello,
This is my first question here and i hope someone can help me
i added a new source txt files with numbers
i visit the website enter the number and take screenshot.
so i want that the screenshot has the name of the number entered on the website
on the data i did [[SCREENSHOT_BASE64]]
on the file path i did {{numbers}}.png and that's the exact name of the source file but i get error -
@majdi105 said in How to rename variable file:
Hello,
This is my first question here and i hope someone can help me
i added a new source txt files with numbers
i visit the website enter the number and take screenshot.
so i want that the screenshot has the name of the number entered on the website
on the data i did [[SCREENSHOT_BASE64]]
on the file path i did {{numbers}}.png and that's the exact name of the source file but i get errorWhat kind of error do you get and what kind of data is in the "{{numbers}}" resource?