package SeleniumTest;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.chrome.ChromeDriver;
public class SeleniumWebDriver {
public static void main(String[] args) {
// TODO Auto-generated method stub
System.setProperty("webdriver.chrome.driver", "D:\\Salenium Java\\chromedriver win32\\chromedriver.exe");
// Initialize browser
WebDriver driver=new ChromeDriver();
}
}
I have attached all the JAR files and using the below configuration.
Java # 10
IDE # Photon
Selenium #selenium-java-3.13.0
Chrome Driver # Latest Available 32 bit windows.
Screen Shot for Reference#
Thanks
RC
To view this discussion on the web visit https://groups.google.com/d/msgid/selenium-users/b1672b3f-0d93-4ab1-b56b-97e05371fba3%40googlegroups.com.--
You received this message because you are subscribed to the Google Groups "Selenium Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-users+unsubscribe@googlegroups.com.
To post to this group, send email to selenium-users@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to selenium-user...@googlegroups.com.
To post to this group, send email to seleniu...@googlegroups.com.