How do I click on checkbox using selenium web driver in Java?
Code is:
<div class="icheckbox_square-purple" aria-checked="false"
aria-disabled="false" style="position: relative;">
<input type="checkbox" class="check initialChk" value="7"
id="7" style="position: absolute; opacity: 0;">
<ins class="iCheck-helper"
style="position: absolute;
top: 0%; left: 0%; display: block;
width: 100%; height: 100%;
margin: 0px; padding: 0px;
border: 0px; opacity: 0;
background: rgb(255, 255, 255);">
</ins>
</div>