标签: html python-3.x selenium selenium-webdriver xpath
我的HTML如下:
<input type="checkbox" name="jform[groups][]" value="2" id="1group_2" checked="checked" rel="1group_1">
我想使用Selenium Webdriver从中获取“选中”属性。 我该怎么办?
谢谢您的帮助。