-
Hello friends Ubuntu 20.04 and pycharm Chrome runs headless by default and --headless works also But, Firefox always run in GUI mode even if I use --headless in CLI. I want to run i headless mode Thanks VP |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
Hello @motovmp1 , based on the open ticket https://bugzilla.mozilla.org/show_bug.cgi?id=1688818 , there might be a Firefox bug with headless mode on Ubuntu 20.04 . The good news is that it works fine on Ubuntu 18.04 - See the Dockerfile: https://github.com/seleniumbase/SeleniumBase/blob/master/Dockerfile |
Beta Was this translation helpful? Give feedback.
Hello @motovmp1 , based on the open ticket https://bugzilla.mozilla.org/show_bug.cgi?id=1688818 , there might be a Firefox bug with headless mode on Ubuntu 20.04 . The good news is that it works fine on Ubuntu 18.04 - See the Dockerfile: https://github.com/seleniumbase/SeleniumBase/blob/master/Dockerfile
If you find a workaround for headless Firefox on Ubuntu 20.04, please let me know.