Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
daluu opened this issue Jan 12, 2016 · 0 comments

Comments

@daluu
Copy link
Owner

daluu commented Jan 12, 2016

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant