playwright-python
playwright-python copied to clipboard
[Feature] BrowserType.launch_server is missing
The JS api has BrowserType.launchServer which allows to launch a browser in server mode to connect to it from remotely.
It took me a a long time to find it because it is not available in the python bindings, and it took me even longer to get it working as I'm not very familiar with the node ecosystem.
This would all be much simpler if that api was also available in python. So... any chance you're going to add it?
Second this.
We also have a similar scenario for this feature. In our Python automation scripts, we would like to share the browser instance for session/auth reusing. Using node.js to launchserver is not so convenient for Python scripts.
Thanks.