I'm using Selenium IDE and whenever I'm trying to play the recording, the value in the username and password field were getting removed upon clicking the login button.
Below is my HTML:
<tr>
<td>open</td>
<td>/en/login</td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>id=formHorizontalEmail</td>
<td>uname</td>
</tr>
<tr>
<td>type</td>
<td>id=formHorizontalPassword</td>
<td>passwd</td>
</tr>
<tr>
<td>clickAndWait</td>
<td>css=button.btn.btn-axa</td>
<td></td>
</tr>