I have a HTML as follows:
<input type="checkbox" name="jform[groups][]" value="2" id="1group_2" checked="checked" rel="1group_1">
I want to get the attribute "checked" from this using selenium webdriver. How do I do that?
Thanks for your help in advance.