AM
Подскажите в чем может быть проблема?
Код:
import com.codeborne.selenide.Configuration;
import com.codeborne.selenide.Selenide;
import org.testng.annotations.Test;
public class TestingSelenide {
@Test
public void testing(){
Configuration.baseUrl = "https://yahoo.com";
Configuration.browser = "chrome";
Selenide.open("/gmail");
}
}
Exception:
com.google.common.collect.ImmutableList.toImmutableList()Ljava/util/stream/Collector;
java.lang.NoSuchMethodError: com.google.common.collect.ImmutableList.toImmutableList()Ljava/util/stream/Collector;
at org.openqa.selenium.chrome.ChromeOptions.asMap(ChromeOptions.java:292)