splinter icon indicating copy to clipboard operation
splinter copied to clipboard

Headless mode in remote webdriver

Open j7an opened this issue 6 years ago • 1 comments

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 https://github.com/cobrateam/splinter/issues/597#issuecomment-377111031

j7an avatar Apr 16 '18 01:04 j7an

@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.

jsfehler avatar Oct 19 '20 22:10 jsfehler