How to stay connected to an account

Support
  • Hi everyone, I'm new using BrowserAutomationStudio,

    I'm making a script for instagram. I start with "Browser->Load" to load instagram url, then I have to connect to my account, accept cookies, refuse notifications etc.... Once I'm properly connected I can build my automation with an external list of user.

    But every time the script loops it reconnect to instagram. I get dozens of notifications on my instagram app saying someone has connected to my account and I must validated it was me... Instagram will soon see something is wrong and block my account.

    So my question is : How can I stay connected on my instagram account every time I load the browser, and not having to sign in each time ?

    I hope I was clear enough, sorry is the post is redundant.

    Cheers
    Alex

  • Thanks a lot ! It worked :D

    If anyone else needs help for the same problem :

    • I used a chrome extension to extract my instagram cookies (.json file).
    • Then I created a new resource in the "Data" tab in Browser Automation Studio.
    • Finally while recording the automation, in the "Network" section there is a "Restore Cookies" action where you can load the new ressource linked to your .json file.
      Place this action first and anytime you load a browser you'll already be signed in.

    Cheers :)
    Alex

  • @me-alex Well done for coming up with the idea :)