You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, on Windows at least, calling driver.get() or execute (java)script will cause the WebDriver command to hang until the app/script or whatever is launched by the command terminates.
Need to rework the implementation to fork the process and return immediately instead, and have it be OS platform agnostic.
The text was updated successfully, but these errors were encountered:
Currently, on Windows at least, calling driver.get() or execute (java)script will cause the WebDriver command to hang until the app/script or whatever is launched by the command terminates.
Need to rework the implementation to fork the process and return immediately instead, and have it be OS platform agnostic.
The text was updated successfully, but these errors were encountered: