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.
Hey.. ive checked your script.. im also newbie.. but it looks kinda strange to me - your script
Why dont you just created plain txt with urls you want to visit.. then just create one function where you will have load site from resource and then do a "run function in several thread"..
Here you have everythin explained frim scrapper to site "visiter" in multithreaded..