我正在爲無頭Firefox的瀏覽器自動化工作phpunit-selenium。我更新了硒和Firefox到最新版本。它開始爲我拋出錯誤。 「PHPUnit_Extensions_Selenium2TestCase_WebDriverException: Bad request「
現在我用Google搜索,發現這個,這個問題涉及到主機文件: Unable to call FirefoxDrive
我想測試無頭火狐使用硒和下面的代碼給出正確的結果。 From a fresh Ubuntu 14.04 install I did the following
sudo apt-get install python-pip firefox xvfb
pip install selenium pyvirtualdisplay
useradd testuser
And then in a p