HI BAS Team,Thanks for this awesome tool.
i need little help,
If i register on any site and enter username then click at signup and then after load page gives error that username already exists so how can i set BAS to use other username from file.
Thanks
Also one more question,
how can i set this scheme :-
if webpage contain XXX link on webpage then only it perform to click on a other link , otherwise it follow regular script scheme,
i hope you get me :)
@Sam_03 You can check element existance with "Is Element Exists" action, it sets IS_EXISTS variable which can be used later in workflow, for example in "If" action.
Create a resource called “Take from file.”
In “write” mode, click on the “set variable” action. Insert your resource into it, for example, {{links_data|notreuse}}, and you will receive your links in the variable.
Of course, I have Telegram, but I don't provide any assistance to users regarding working with BAS. If you require a script, I recommend hiring someone to create it for you.
I'm trying to write a date from *csv file into web input form. The date in *csv file is in MM/DD/YYYY format, but my BAS inputs it as YYYY-DD-MMT00:00:00:00... i need it to fill out the webform in MM-DD-YYYY format. what ami doing wrong?