请问这是什么原因

来源:6-1 常见浏览器的启动

慕妹3382584

2018-11-22 21:35

Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.collect.ImmutableSet.of(Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)Lcom/google/common/collect/ImmutableSet;
 at org.openqa.selenium.os.ExecutableFinder.<clinit>(ExecutableFinder.java:37)
 at org.openqa.selenium.os.CommandLine.find(CommandLine.java:107)
 at org.openqa.selenium.firefox.internal.Executable.locateFirefoxBinaryFromPlatform(Executable.java:176)
 at org.openqa.selenium.firefox.internal.Executable.<clinit>(Executable.java:46)
 at org.openqa.selenium.firefox.FirefoxBinary.<init>(FirefoxBinary.java:60)
 at org.openqa.selenium.firefox.FirefoxBinary.<init>(FirefoxBinary.java:56)
 at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:124)
 at com.example.tests.testDriver.main(testDriver.java:10)

写回答 关注

1回答

  • weixin_慕莱坞3267524
    2019-08-03 12:36:11

    NoSuchMethod

自动化测试之selenium工具使用

web自动化测试selenium从0基础开始。

51928 学习 · 192 问题

查看课程

相似问题