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

Fix interaction with WebKitDriver #37

Open
jonhoo opened this issue Oct 2, 2018 · 0 comments
Open

Fix interaction with WebKitDriver #37

jonhoo opened this issue Oct 2, 2018 · 0 comments

Comments

@jonhoo
Copy link
Owner

jonhoo commented Oct 2, 2018

Originally reported in #36.
Running fantoccini against WebKitDriver currently fails with

SessionNotCreated(WebDriverError {
  error: SessionNotCreated,
  message: "Failed to match capabilities",
  stack: "",
  delete_session: false
})

This seems to stem from this line in the WebKitDriver source (GH mirror link), but I cannot for the life of me see why matchedCapabilitiesList would be empty. Setting browserName or other parameters in the alwaysMatch capabilities list does not seem to make a difference. I think this might be a bug in WebKitDriver, but some more investigation is probably warranted.

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