5

I need to know how to clear a text field in Selenium IDE.

I have tried the sendKeys command with no luck.

David
  • 83
  • 1
  • 1
  • 5

1 Answers1

11

Use "type" and for the value leave blank.

<tr>
<td>type</td>
<td>id=someID</td>
<td></td>
</tr>
DMart
  • 2,401
  • 1
  • 14
  • 19