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).
Looking to autologin from a text file like login1:pass1:proxy1:cookies1 login2:pass2:proxy2:cookies2
The cookies need to reupdate on the text file when expires.
Any help?
@zaza It is hard to update files, much better to use database for that. http://wiki.bablosoft.com/doku.php?id=tutorial3
@A47C said in Multiple browsers:
I'm kinda lost at this point, I need to have more than one browser but can't find any button or something anywhere.
0_1517578428640_threads.png
@zaza Template action does spintax. 0_1504110508147_Spintax.png
@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.