Skip to content

Commit

Permalink
Handle missing /window command in geckodriver
Browse files Browse the repository at this point in the history
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
jason0x43 committed Jan 20, 2019
1 parent fe05dd0 commit 8f23581
Show file tree
Hide file tree
Showing 3 changed files with 3,199 additions and 3,146 deletions.
Loading

0 comments on commit 8f23581

Please sign in to comment.