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
@m4zuper Thank you, thank you, thank you! It was so simple. It's really hard not knowing BAS very well.
You already have a list of all those variables. So use "Get element" action from "List" module.
@Fox and how to upload an undetermined number of photos (chosen by user) from a folder of 1000 images, one by one, on a single session?
Example, the first execution the user upload 4 images, the second time 9 images etc.
Yes, i also faced this problem, what i did was if file size was > 100kb then i delete cookies and bot will check if cookies are not present then it will call login function and new cookies file will be saved which will be less than 100 kb.