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

Support additional capability options #33

Open
travisbrown opened this issue Aug 4, 2020 · 0 comments
Open

Support additional capability options #33

travisbrown opened this issue Aug 4, 2020 · 0 comments

Comments

@travisbrown
Copy link

Thanks for this project!

I've found that with the default configuration of recent Selenium versions (Selenium server version: 3.141.59, revision: e82be7d358) I seem to have to provide additional desiredCapabilities options in order to get non-null sessionId values in responses. Specifically I've had to add the following:

{ "goog:chromeOptions": { "w3c": false }}

I'm currently using a modified version of the project with a start_session that allows the user to pass in arbitrary extra JSON configuration, but this could also be done in a more restricted way. Is this something you'd be willing to consider a PR to add?

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