I have used this code in MyEclipse for Chrome driver..
System.setProperty("webdriver.chrome.driver","D:\selenium\chromedriver_win_26.0.1383.0.zip\chromedriver.exe");
But found compiled time error that:
'Invalid escape sequence (valid ones are \b \t \n \f \r \" \' \\ )
But path that i have given is correct.
I unable to understand how can i sort this error, if you have any idea about that then please give me solution for this.
Thanx in advance.