Hi All,
We can verify the MaxLength of an element in a page with the help of CSS Locator using selenium IDE.
For example, verifying an length of an element using id and size of the element.
<tr>
<td>verifyElementPresent</td>
<td>css=input[id="username"][size="30"]</td>
<td></td>
</tr>
No comments:
Post a Comment