Firefox Build does not work with Selenium

后端 未结 5 870
迷失自我
迷失自我 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:30

    For El-Capitan, the followings fixed:

    brew install python

    then

    sudo pip install --upgrade selenium

提交回复
热议问题