jeudi 25 avril 2019

Getting the "InvocationTargetException" exception on the line driver=new ChromeDriver();

I am opening the Chromebrowser, and getting the exeption "InvocationTargetException". The code was running properly few days ago. Here is my code

System.setProperty("webdriver.chrome.driver","D:\\Automation\\chromedriver_win32\\chromedriver.exe");
driver=new ChromeDriver();

At the line "driver=new ChromeDriver();" I am getting the "InvocationTargetException" Exception





Aucun commentaire:

Enregistrer un commentaire