|
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 |
Answered by
mdmintz
Aug 18, 2021
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 |
4 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.