当我尝试使用selenium运行脚本时,我收到以下错误
线程中的异常" main" org.openqa.selenium.WebDriverException: java.io.FileNotFoundException:D:\ Shantu !!!!!!! (系统不能 找到指定的文件)构建信息:版本:' 2.49.1',修订版: ' 7203e46',时间:' 2016-01-21 17:35:35'系统信息:主持人: ' ghijkl-ab562296',ip:' 192.168.43.128',os.name:' Windows XP', os.arch:' x86',os.version:' 5.1',java.version:' 1.8.0_40'司机 info:driver.version:FirefoxDriver at org.openqa.selenium.firefox.FirefoxProfile.onlyOverrideThisIfYouKnowWhatYouAreDoing(FirefoxProfile.java:132) 在 org.openqa.selenium.firefox.FirefoxProfile。(FirefoxProfile.java:85) 在 org.openqa.selenium.firefox.FirefoxProfile。(FirefoxProfile.java:78) 在 org.openqa.selenium.firefox.FirefoxProfile。(FirefoxProfile.java:67) 在 org.openqa.selenium.firefox.FirefoxDriver.getProfile(FirefoxDriver.java:288) 在 org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:264) 在 org.openqa.selenium.remote.RemoteWebDriver。(RemoteWebDriver.java:119) 在 org.openqa.selenium.firefox.FirefoxDriver。(FirefoxDriver.java:218) 在 org.openqa.selenium.firefox.FirefoxDriver。(FirefoxDriver.java:211) 在 org.openqa.selenium.firefox.FirefoxDriver。(FirefoxDriver.java:207) 在 org.openqa.selenium.firefox.FirefoxDriver。(FirefoxDriver.java:120) at practicePackage.New.main(New.java:11)引起: java.io.FileNotFoundException:D:\ Shantu !!!!!!! (系统不能 在java.util.zip.ZipFile.open中查找指定的文件(本机方法) 在java.util.zip.ZipFile。(未知来源)at java.util.zip.ZipFile。(未知来源)at java.util.jar.JarFile。(未知来源)at java.util.jar.JarFile。(未知来源)at sun.net.www.protocol.jar.URLJarFile。(未知来源)at sun.net.www.protocol.jar.URLJarFile.getJarFile(未知来源)at at sun.net.www.protocol.jar.JarFileFactory.get(未知来源)at sun.net.www.protocol.jar.JarURLConnection.connect(未知来源)at sun.net.www.protocol.jar.JarURLConnection.getInputStream(未知 来自)java.net.URL.openStream(未知来源)at org.openqa.selenium.firefox.FirefoxProfile.onlyOverrideThisIfYouKnowWhatYouAreDoing(FirefoxProfile.java:130) ......还有11个
答案 0 :(得分:1)
当您尝试使用您创建的特定firefox配置文件测试应用程序时,看起来会抛出异常。
答案 1 :(得分:0)
在尝试获取任何网址时,我们需要提供完整的网址,包括http:// ...
WebDriver driver=new FirefoxDriver();
driver.get("http://www.google.com");
请你这样试试。
谢谢你, 穆拉利