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.
You can fill in the whole form with one action if you
use <TAB> in "Text to type" input field. It acts as you
actually pressed TAB button on keyboard. You can even
use <RETURN> at the end of form filling to submit form
data - it acts as if you pressed ENTER button on keyboard
to submit the whole form data.