update: client.js now waits for websocket connection to be open
This commit is contained in:
@@ -75,6 +75,3 @@ def setup(a: WebDriver, b: int, c: float, d: float):
|
||||
attempts = b
|
||||
timeout = c
|
||||
interval = d
|
||||
|
||||
from common.jsonrpc2.server import connection
|
||||
until(lambda _: connection is not None, watch=False)
|
||||
|
||||
Reference in New Issue
Block a user