AutoPyDriverServer icon indicating copy to clipboard operation
AutoPyDriverServer copied to clipboard

Redo the driver.get and execute script implementation to fork process and not hang when command invoked

Open daluu opened this issue 8 years ago • 0 comments

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.

daluu avatar Jan 12 '16 20:01 daluu