Search code examples
seleniumselenium-rcselenium-idesendkeys

Does Selenium Standalone Server 2.47.0 supports "sendKeys" command?


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.


Solution

  • Yes, .sendkeys("texthere") is a valid option in Selenium Standalone server 2.47.0.