Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid nil pointer dereference with Geckodriver 0.16+
Geckodriver 0.15 changed the response to NewSession to move all data under the "Value" field, as per the emerging WebDriver specification. This issue is only triggered when Geckodriver is used directly. Fixes #60.
- Loading branch information