我目前通過PHPUnit將Selenium命令運行到遠程服務器。我遇到了一個問題,我試圖將圖像上傳到輸入表單。Selenium,PHPUnit和AttachFile()
在我PHPUnit的,我有命令
$this->attachFile('file', 'file://test.png');
我的硒服務器返回
PHPUnit_Framework_Exception: Response from Selenium RC server for testComplete().
java.lang.RuntimeException: Output already exists: /tmp/selenium2070373138020433468upload.
我test.png文件目前只有位於我在哪裏執行我的文件夾中的一個錯誤。 PHP的單元測試。
如何通過PHPUnit和Selenium正確上傳文件並使其不會拋出異常?
請選擇正確的答案。 – bikedorkseattle