While not exactly documented, the browser controller classes are not documented as well but included in the stubs. I find myself calling this function to make the time cost predictable when possibly making multiple webbrowser.get calls subsequently. This would be a matter of simply adding:
def register_standard_browsers() -> None: ...
While not exactly documented, the browser controller classes are not documented as well but included in the stubs. I find myself calling this function to make the time cost predictable when possibly making multiple
webbrowser.getcalls subsequently. This would be a matter of simply adding: