Error in Gmail Program | Selenium Forum
M
Posted on 28/10/2015
Hello Everyone,

I am writing the program for execution of entering an email in Gmail page as explained by Ashish in module 12(part 2). I am finding some error.Could anyone look in this please. Please refer snapshot attached. Thanks a ton in advance.

M
Replied on 28/10/2015

change JRE version to 1.7 or 1.8.


M
Replied on 28/10/2015

and please check have you imported [color=#FF0000:1q1jcmrk]sendKeys [/color:1q1jcmrk]class into java class.


M
Replied on 29/10/2015

Thanks. Now Its working fine for Fire Fox. But while running this program in chrome driver it showing something error shown in snapshot I have attached.could anyone please tell me where I am wrong? Thanks in advance.

Responsive image

M
Replied on 30/10/2015

its

("webdriver.chrome.driver","path/to/executable")


M
Replied on 04/11/2015

Thank you so much.