How to interact with google tab: Who's using chrome?

Question:

in my code I open chrome and the tab that opens first is the next: see picture.Google’s who’s using chrome tab

I would like to interact with it to use either of the profiles( which I prefer at the time )
I tried pyautogui, ActionChains and Controller from pynput.keyboard to send keys( tab ) but it doesn’t react for any of these.

I don’t link code as I guess it doesn’t have any sense because whatever I want to open with google it asks me this.

Note: I know I am able to skip this tab, but that’s not my goal.

Asked By: Robin Gergelyfi

||

Answers:

At that time the only solution I came up with is to precisely write code to move the cursor and click on the adequate ‘button’.

Answered By: Robin Gergelyfi
Categories: questions Tags: , ,
Answers are sorted by their score. The answer accepted by the question owner as the best is marked with
at the top-right corner.