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

Headless mode in remote webdriver #602

Closed
j7an opened this issue Apr 16, 2018 · 1 comment · Fixed by #1134
Closed

Headless mode in remote webdriver #602

j7an opened this issue Apr 16, 2018 · 1 comment · Fixed by #1134
Milestone

Comments

@j7an
Copy link

j7an commented Apr 16, 2018

Not sure if its possible, but it would be great if we can look into getting headless mode working via remote webdriver.

Referencing discussion on #597 (comment)

@andrewsmedina andrewsmedina added this to the after 1.0 milestone May 30, 2018
@jsfehler
Copy link
Collaborator

@andrewsmedina Remote Webdriver already supports a headless mode by supplying an Options object with the correct parameters. I don't see a benefit to adding more arguments to the Remote class.

Instead, it would be better to implement a standardized Options object for splinter's webdrivers. The parsing of the browser name and handling the logic will be cleaner that way.

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

Successfully merging a pull request may close this issue.

3 participants