I'm using Selenium Standalone server 2.47.0, does it support the sendKeys
command?
Any one used sendKeys
command in 2.47.0?
Note: I know we can use type
command but I need sendKeys
to work.
Yes, .sendkeys("texthere")
is a valid option in Selenium Standalone server 2.47.0.