Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Handle missing /window command in geckodriver
geckodriver doesn't recognize the /window command, and the code that was intended to handing an unknown command in that situation was causing an infinite loop. This commit allows geckodriver to use the JWP window handle commands, and also prevents the infinite loop. fixes #967
- Loading branch information