I have a Windows application, while clicking on a certain element it will open a tab in a browser and I'll need to interact with that already opened browser tab and do some web automation using Python.
Selenium is not working in this case since it always starts the driver in a new browser instance.