Solved

chrome permissions pop-up

  • 2 March 2023
  • 5 replies
  • 304 views

Userlevel 1
Badge +4

Hey,

 

Does anyone has any ideas how to deal with permissions pop-ups in Chrome? 

Specifically, Clipboard permission in Chrome is causing me a headache, as I can’t find a way to permanently Allow it for specific URL. 

I’m using Browser Automation in my process, but I tried to use also a Mouse, Click package by targeting that specific permissions pop-up with no luck.  

 

Is there any way to either preload new Chrome sessions with those permissions or make bot click that permission pop up? 

 

Thanks in advance. 

icon

Best answer by Sumit.K7 2 March 2023, 19:48

View original

5 replies

Userlevel 3
Badge +6

Use one of the existing chrome profiles where you have allowed this access:

 

Userlevel 1
Badge +4

Use one of the existing chrome profiles where you have allowed this access:

 

that might do the trick!

I will try that out tomorrow and let you know.

Userlevel 5
Badge +9

@jayqb 

Can you share a screenshot ?

Regards

Userlevel 1
Badge +4

@jayqb

Can you share a screenshot ?

Regards

@Raul Jaimes sure. It’s just one of these pop up’s:

 

 

Userlevel 1
Badge +4

Use one of the existing chrome profiles where you have allowed this access:

 

I’ve added User Profile path, but I don’t have the ChromeDefaultData folder as on your screenshot in User Data folder, so my path looks like this:

C:\Users\localusername\AppData\Local\Google\Chrome\User Data

My sessions starts and Chrome does open, but the session is not being logged and the bot error’s out on trying to open URL as it says that session is null.. 
I’m using Variable to log the session

Reply