Python selenium error when trying to launch firefox

前端 未结 8 1349
时光取名叫无心
时光取名叫无心 2020-12-01 16:35

I am getting an error when trying to open Firefox using Selenium in ipython notebook. I\'ve looked around and have found similar errors but nothing that exactly matches the

8条回答
  •  一整个雨季
    2020-12-01 17:12

    This is what worked:

    apt-get update
    
    apt-get install -y xorg xvfb firefox dbus-x11 xfonts-100dpi xfonts-75dpi xfonts-cyrillic
    

提交回复
热议问题