0

I'm trying to use Selenium's Firefox Plugin IDE as it is much, much faster to write tests with. However, I can't seem to figure out how to do CTRL + A to select all the text in a text box and delete it. What goes in the Value box?

This article isn't cutting it either.

Selenium IDE Input

Breedly
  • 12,838
  • 13
  • 59
  • 83
  • using the `type` command can do just about the same thing. It replaces whatever is in the box. Should have read the reference material, but I am still interested in seeing how to chain key sequences. – Breedly Apr 30 '15 at 20:24

1 Answers1

0

use command type, with value of ""

cerberus07
  • 92
  • 6