Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
169 views
in Selenium by
recategorized by
I have dowloaded on Chromedriver exe file and enter a following command
but it showing show error as invalid Esx sequence
 
System.setProperty("webdriver.chrome.driver", "C:\Users\257\Desktop\chromedriver.exe");

1 Answer

0 like 0 dislike
by
 
Best answer
Its suppoed to be as given below.

 

System.setProperty("webdriver.chrome.driver", "C:\\Users\\257\\Desktop\\chromedriver.exe");


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...