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.
yes sir but if i want to fill data from second line then how it is possible.because to fill data sometime script stop,if the script will start again it will fill data from starting of txt file.I want to fill data from desired line using BAS.is it possible?
In that case you can "Write File" and used lines will be deleted in case if script will stop