How to determine if a checkbox is check or not through xpath
Currently I am trying :
//input[@type=\'checkbox\' and @checked=\'true\')]
You can try these one:
//*[@type='radio'][@checked='checked']/ //*[@type='radio'][not(@checked='checked')]/