SetupController: no server_port for chrome (#96)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user