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.
@GaG Ok thank you it worked :)! I also have one more question if you can help me with it. I have an option to put text into for example like an api key before you start the program but i cannot seem to get the text from what the user put so I can use it. I dont know if that makes sense but I hope it does. Below you can see the text input im talking about. I basically wanna do something like this use GET https://example.com/api-key={{API KEY}} something like that but of course replace the link with another link.
9515122d-df4d-4557-9131-315a7314e37f-image.png
Just create new resource of type "FixedString" and use it in the script
like you described.
The same way like you did it before, just load cookies and apply fingerprint, and eventually save as profile so your cookies and fingerprint would be saved for future use - next time you only need to load profile which will preserve fingerprint and cookies.