我在與chromeDriver在Windows 7上運行的硒,我發現了以下錯誤麻煩:錯誤使用硒chromedriver 7 64位
Jan 27, 2016 11:52:57 AM org.openqa.selenium.os.UnixProcess checkForError
SEVERE: org.apache.commons.exec.ExecuteException:
Execution failed (Exit value: -559038737. Caused by java.io.IOException:
Cannot run program "C:\testproject\target\resources\chromedriver.exe"
(in directory "."): CreateProcess error=193, %1 is not a valid Win32 application)
雙擊Eclipse之外司機給出了一個窗口錯誤(不是有效的Win32應用程序)
是否有一些技巧讓它在64位Windows 7環境中工作?
我應該說「雙擊eclipse之外的驅動程序*也會給出一個Windows錯誤」。 –
當使用路徑:「webdriver.chrome.driver」和驅動程序chromedriver.exe離開站點時:http://chromedriver.storage,導致錯誤(在Java中)的代碼是:new ChromeDriver();,; googleapis.com/index.html?path=2.20/ –
您確定您下載了Windows版ChromeDriver,而不是Linux版嗎?並且它已正確下載/解壓縮? –