hello
In BAS how to:
When we open a URL of a site (ex: canva.com) in the script, it opens and I don't want Canva.com to ask me to enter my username and password.
NB: I am already connected to canva.com on chrome with my username and password and it is open.
thank you
thank you @kingsize :
can you explain to me more :
recover the session (user and password) from windows chrome and use it so that in BAS I am not asked to enter my coordinates again.
@bassy to do this you need to export the cookies from chrome and import to BAS and then use a profile to save the authorization. I have a paid module for importing cookies from chrome, if you are interested write those in pm
@kingsize thank you.
I think you're a pro and I'm just a newbie, I'm here trying to learn and I think I'm in the wrong place.
Is there anyone who can direct me to tutorials or forums where I can find my answer.
@Fox Btw, for what exactly is the "Cache mask allow" step in a script needed?
Cache in BAS is roughly speaking a virtual copy of the physical profile data, to work with it and need the actions "Cache Mask Allow" and "Cache Mask Deny". In order to add or not to add data to the virtual copy of the physical profile cache data.
Each asynchronous function started, starts in separate thread.
So in that example you will have 2 threads since 2 asynchronous functions
will be started, each with its own (different) script.