How to determine if a checkbox is check or not through xpath
Currently I am trying :
//input[@type=\'checkbox\' and @checked=\'true\')]
something like this may works:
//input[@checked='checked']/following-sibling::*[1][not(@checked='checked')]