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.
@lymz101 Well, it's a file with data, not an answer in json format, save it to disk and from it already take a random string for example, and then it should be parsed
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 :)