MarkusBernhardt / robotframework-selenium2library-java

Java port of the Selenium 2 (WebDriver) Python library for Robot Framework
Apache License 2.0
46 stars 48 forks source link

"Textfield Value Should Be" Keyword not recognized by the Selenium2 java version #9

Closed pkamal closed 11 years ago

pkamal commented 11 years ago

looks like the keyword "Textfield Value Should Be" is not included in the java port.

I get the error "No keyword with name 'Textfield Value Should be' found." when i run my tests.the same tests work with the python version of selenium2 library.

MarkusBernhardt commented 11 years ago

Ups, typo. Fixed in next release. Please use "Textfield Should Be" until then.

MarkusBernhardt commented 11 years ago

Fixed with release 1.2.0.6.