Firefox Build does not work with Selenium

后端 未结 5 847
迷失自我
迷失自我 2020-12-29 22:01

for my research, I did some source code modifications in firefox and build it myself. In order to automate testing, I opted to use Selenium but unfortunately, my newly built

5条回答
  •  有刺的猬
    2020-12-29 22:15

    Spent an hour on this same issue. For Python3 remember to pip3, otherwise it will only upgrade selenium on Python2, and you'll be left wondering why it's still not working.

    sudo pip3 install -U selenium

提交回复
热议问题