Say a user opens a tab on their own, and wants to make changes to the data in that tab using an extension which inputs data for them on that page.
From my understanding, Selenium can only have access to browser sessions if they are open with webdriver, which I don't believe works if a user opens a tab manually. Therefore, is there a way for Selenium to interact with such a tab, or should I use something else?