'How to see when browser tab is loaded webbrowser modle Python

So essentially I am using the webbrowser module in python. I want to see when a browser tab is loaded in the default browser for Windows. Essentially I need to click and type stuff after the page loads. I need to be as efficient as possible with my app, hence I cannot use wait states. Thanks!



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source