Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi,
New to BAS. I have four functions to carry out on each visit to a web page. How can I randomise which order they are done in on each thread?
Put your function names in a LIST, than SHUFFLE that list and execute functions according to that shuffled list.
@m4zuper it work thank you :)
@GhostZ thanks i solved this error . Its show me this error because my mysql server.
Thanks
Set the browser Rendering to 75 as you don't need to see what is happening in browser. Saves a lot of resources too.
@heshamyassin1 said in please help me how i can make the thread running and when captcha found solve it:
hello i want to make the thread running and when captcha found solve it
Use the action "Is Element Exists" to determine if there is a captcha on the page. If there is - decide.