sfirke commented on issue #22326: URL: https://github.com/apache/superset/issues/22326#issuecomment-1542215654
This was fixed with this PR: https://github.com/apache/superset/pull/23388/files . Specifically the line `WEBDRIVER_OPTION_ARGS = ["--headless"]` in config.py. Which is still the case on latest as of today: https://github.com/apache/superset/blob/master/superset/config.py#LL1318C1-L1320C39 This functionality works on the latest official release of Superset, 2.1.0. If someone is getting `--marionette can't be set via capabilities`, what is in your config.py or other config for `WEBDRIVER_OPTION_ARGS`? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
