MCPcopy Index your code
hub / github.com/microsoft/playwright-python / _launch_server

Function _launch_server

tests/conftest.py:292–302  ·  view source on GitHub ↗
(**kwargs: Dict[str, Any])

Source from the content-addressed store, hash-verified

290 remotes: List[RemoteServer] = []
291
292 def _launch_server(**kwargs: Dict[str, Any]) -> RemoteServer:
293 remote = RemoteServer(
294 browser_name,
295 {
296 **launch_arguments,
297 **kwargs,
298 },
299 tmp_path / f"settings-{len(remotes)}.json",
300 )
301 remotes.append(remote)
302 return remote
303
304 yield _launch_server
305

Callers

nothing calls this directly

Calls 2

RemoteServerClass · 0.85
appendMethod · 0.80

Tested by

no test coverage detected