Just make the double quotes in the xpath to single quotes.
//*[@id="Email"]
to //*[@id='Email']
//*[@id="next"]
to //*[@id='next']
E:\\ChromeDriver
to E:/ChromeDriver.exe
Your scrips works fine after this.
8
solved I can get error in this code [closed]