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!
@Fox i know but i don't know how to use it. is there anyone who can explain with a video or pics? step by step. i rly need this.
for example you may use DB insert any record - give ID record - use ID as unicude folder name
2 - use timestamp as name ( or md5(timestamp)
@sonQ Writting file is really easy.
If you want to hardcode filename, you can just use "Write File" action. If you want to let user to choose filename, just add resource and use "Add Element" action from resources module. Check out this tutorials for more details http://wiki.bablosoft.com/doku.php?id=how_to_let_user_to_choose_output_file_name
If you are writting account checker, I would recommend to use database, like @andy231 suggested.