We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaa1a77 commit 9728a05Copy full SHA for 9728a05
Browser/playwright.py
@@ -103,6 +103,8 @@ def start_playwright(self) -> Optional[Popen]:
103
existing_port = self.port or env_node_port
104
if existing_port is not None:
105
self.port = existing_port
106
+ if self.host is None:
107
+ self.host = "127.0.0.1"
108
if env_node_port is None:
109
logger.trace(
110
f"Using previously saved or imported port {existing_port}, skipping Browser process start"
0 commit comments