gpt4 book ai didi

java - 线程中的异常 "main"java.lang.NoSuchMethodError : com. google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;)

转载 作者:行者123 更新时间:2023-12-02 01:58:19 25 4
gpt4 key购买 nike

我开发的 Selenium 代码:

    import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import org.openqa.selenium.chrome.ChromeDriver;
import org.openqa.selenium.edge.EdgeDriver;
import org.openqa.selenium.firefox.FirefoxDriver;
import org.openqa.selenium.support.ui.Select;
import java.util.List;

public class TestDemoQA {
public static void main(String[] args) throws InterruptedException{
System.setProperty("webdriver.edge.driver", "C:\\Users\\Suganthan\\Downloads\\MicrosoftWebDriver.exe");
WebDriver driver = new EdgeDriver();
driver.get("http://demoqa.com/");
driver.manage().window().maximize();`

我收到的错误是:

Exception in thread "main" java.lang.NoSuchMethodError: com.google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Object;)

我正在尝试根据 This Solution 解决此问题通过升级 guava-21.0。但我仍然收到此错误。谁能给出解决方案吗?

最佳答案

最后,我找到了解决方案。这很简单,伙计们。在您的项目中添加最新的 Guava jar 。注意:如果您已经有旧的一 jar (请将其删除并添加新的)。点击链接:mvnrepository.com/artifact/com.google.guava/guava/29.0-jre

关于java - 线程中的异常 "main"java.lang.NoSuchMethodError : com. google.common.base.Preconditions.checkState(ZLjava/lang/String;Ljava/lang/Object;),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52014053/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com