SetupController: no server_port for chrome (#96)

This commit is contained in:
Pierre Carrier
2024-11-06 17:33:03 +01:00
committed by GitHub
parent 1754f195b0
commit b35dc40ff4

View File

@@ -401,7 +401,7 @@ class SetupController:
time.sleep(5) # Wait for Chrome to finish launching
host = self.vm_ip
port = self.server_port # fixme: this port is hard-coded, need to be changed from config file
port = self.chromium_port # fixme: this port is hard-coded, need to be changed from config file
remote_debugging_url = f"http://{host}:{port}"
with sync_playwright() as p: