504 Gateway Time-out error using Firefox 68.9.0esr in headless mode with GeckoDriver Selenium and Python
问题 I made a container image with selenium. I used a ubi image from RedHat as base image. I installed the following versions of the geckodriver and Mozilla Firefox geckodriver 0.26.0 (e9783a644016 2019-10-10 13:38 +0000) Mozilla Firefox 68.9.0esr I can run a selenium test on firefox successfully. When I run a headless test, something goes wrong: Traceback (most recent call last): File "./selenium-test.py", line 58, in <module> check_browser("FIREFOX") File "./selenium-test.py", line 26, in check