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).
how to make random clicks in BAS?
Has anyone done something like that already?
@andeada Use Idle Emulation and clicks.
Really? This it has random clicks on random page? Not just the ones you point out to him. I solved it. Please close topic.
@andeada said in how to make random clicks:
Not just the ones you point out to him. I solved it. Please close topic.
Test it. To change pages you have to write an algorithm
about the algorithm in js I asked.
@andeada https://community.bablosoft.com/topic/12/site-visitor-script-which-raises-site-visit-statistic/ C:\Users\PC_USER_CHANGE\AppData\Roaming\BrowserAutomationStudio\apps\20.8.7\examples\SiteVisitor.xml
@andeada Use "Move And Click" action and "Random Number"
453973053_1445851109438283_2607446749820192281_n.png I found this after I had you guys help. Thank a lot!
@mtrsu4484 said in error cannot click on element TIKTOK:
@langtoi i think its about your proxy
why does proxy affect element not clickable. it omits that element , even using image search . in recording mode it works fine
If the elements to click on are text, use >MATCH>>Element Text< to click on it. Save the element selectors in a list then get a random element from the list and use that as the selector. This will help: https://wiki.bablosoft.com/doku.php?id=how_to_search_for_element General wiki: https://wiki.bablosoft.com/doku.php
Try it and let me know if you have any questions.
thanks man!
@zaza Check out this thread https://community.bablosoft.com/topic/512/how-to-save-cookies-when-login-from-text-file
It also contains autologin bot example.