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.
have you ever solved this? express works in background but doesn't update anything after the node.js action has completed, but the server respond successfully to request
as I mentioned above, is it possible that I call another BAS script and after the processing of this "external" BAS script is done the current script continues at the next step (action)? Also can I exchange variable values between my "calling" and my "external" script?
Thanks :)
Not. But you can use the code of the second script as a function in the first script.