jawabuu commented on issue #13097:
URL: https://github.com/apache/superset/issues/13097#issuecomment-830578169


   For anyone experiencing this;
   I disabled this `--force-device-scale-factor=2.0`
   ```
   WEBDRIVER_OPTION_ARGS = [
               # "--force-device-scale-factor=2.0",
               "--high-dpi-support=2.0",
               "--headless",
               "--disable-gpu",
               "--disable-dev-shm-usage",
               # This is required because our process runs as root (in order to 
install pip packages)
               # "--no-sandbox",
               # "--disable-setuid-sandbox",
               # "--disable-extensions",
           ]
   ```


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

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to