Wednesday 17 February 2016

Solution for sendkeys(CharSequence) in Selenium

Solution for sendkeys(CharSequence) in Selenium:
=======================================
When ever you are facing this problem ” sendKeys (CharSequence) from the type Webelement refers to the missing type charSequence“  Just do the following then it will be resolved.

1- Change the compiler version from old version to 1.5 or greater.
2- Change the JRE version from JRE8 to JRE7.

How to change the compiler version:
-------------------------------------

1.select the project
2.Right click
3.Build path
4.Configure build path
5.Librarys
6.Add library
7.Select the jvm version
8.Click pon OK

Now the problem will be resolved.

Now time to enjoy with testing.

No comments:

Post a Comment