You can fill in the whole form with one action if you
use <TAB> in "Text to type" input field. It acts as you
actually pressed TAB button on keyboard. You can even
use <RETURN> at the end of form filling to submit form
data - it acts as if you pressed ENTER button on keyboard
to submit the whole form data.
Need help with restoring cookies
-
I tried looking in the site but I think the tutorials are old and I couldn't get it to work
I need after logging into account to save the cookies so when the bot resets it will login with the restored cookies and not by typing credentials again
Thanks in advance for any help -
.
-
@vitsh1974
I don't quite understand, is it possible for you to upload a demo script pleaes?
Thanks -
Try to store them in global variable. As Global variable wont destroy self on the next run, you can use it. Or like @vitsh1974 said you can store them into database and on beginning read and apply them again.
-
@gudolik said in Need help with restoring cookies:
Global variable
Thank you I will try, what I tried before was the function to save cookies and writing the cookies to a file and then restore cookies but it didn't work I used this tutorial https://wiki.bablosoft.com/doku.php?id=how_to_work_with_cookies
-
I don't understand how to do any of what u guys said :( a demo script would be appreciated
-
anyone?
-