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.
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.
The issue was with window.outerWidth == 0 in BAS, and some startnge code window.outerWidth || window.innerWidth from recaptcha service. If window.outerWidth == 0, so function, which calculates screen width, returned window.innerWidth which was always 304px, because code executed in captcha frame.