getting this error
java.lang.NoClassDefFoundError: com/google/common/collect/ImmutableMap
here is the code:
package testngpkg;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
import org.testng.annotations.Test;
public class firstclass {
WebDriver driver;
@Test
public void browser() {
driver = new ChromeDriver();
driver.get("http://newtours.demoaut.com/");
}
}
If you want to unleash your potential in this competitive field, please visit the selenium course page for more information, where you can find the selenium tutorials and selenium frequently asked interview questions and answers as well.