playwright-python icon indicating copy to clipboard operation
playwright-python copied to clipboard

[Feature] BrowserType.launch_server is missing

Open dwt opened this issue 3 years ago • 1 comments

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?

dwt avatar Feb 03 '22 17:02 dwt

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.

yaohaizh avatar Apr 15 '22 06:04 yaohaizh