checkbox - Selenium IDE not able to recognize Checkboxes -
recording through firefox selenium ide, not able capture checkbox. how do that, below property of checkbox
span class="useragreement"> <input id="ctl_ctl_maincontent_maincontent_agreement" name="ctl$ctl$maincontent$maincontent$agreement" tabindex="39" type="checkbox"> <label for="ctl_ctl_maincontent_maincontent_agreement">
use below code checks checkbox.
document.getelementbyid("ctl_ctl_maincontent_maincontent_agreement").checked = true;
Comments
Post a Comment