Tag Archives: sendKeys

Using Special Keys in Selenium IDE – Part 2

In part 1, we saw how to use the special keys in the sendKeys command in Selenium IDE starting in v2.3.0. Selenium IDE v2.4.0 shortened some key names. This post serves as a quick reference and provides the full list … Continue reading

Posted in Selenium IDE | Tagged , , , , , , , , , | 6 Comments

Using Special Keys in Selenium IDE – Part 1

I added special keys support to the sendKeys command in Selenium IDE v2.3.0. Not just in normal playback, but also in Webdriver playback. Along with this, I added special keys support to all the officially supported formatters for Java, Ruby, … Continue reading

Posted in Selenium IDE | Tagged , , , , , , , , , | 8 Comments

New Selenese Command – sendKeys

I have just added a new command sendKeys to Selenium IDE. I believe that this is the way forward and it should fix the problem you have been facing with the typeKeys command (issue 3861). Here is the important section … Continue reading

Posted in Selenium IDE | Tagged , , , , , , , , | 17 Comments