I want to use selenium-standalone-server to run some tests but when it reaches a sendKeys
command i get this error: Unknown command: 'sendKeys'
this is my full command:
sendKeys | xpath=//input[@type='file'] | abcde
as far as i know selenium standalone server uses webdrive which supports sendKeys!!
any body can help? note that i get this problem both on firefox and google chorme and i'm using selenium-server-2.42.2.jar
I know that type
works but i want sendKeys
as it should work either.