<div _ngcontent-npv-c9="" class="form-group mb-1 table-color">
<ul _ngcontent-npv-c9="" class="list-inline">
<li _ngcontent-npv-c9="" class="mb-0 ">
<div _ngcontent-npv-c9="" class="checkbox">
<input _ngcontent-npv-c9="" id="select-group-5" type="checkbox">
<label _ngcontent-npv-c9="" class="color-secondary f-w-normal" for=
"select-group-5">
::before
DPR:Diefstalpreventierapport
::after
</label>
</div>
</li>
<!--bindings={
"ng-reflect-ng-if": "false"
}-->
</ul>
</div>
使用量角器进行e2e测试。我需要单击50个复选框并断言它们已被选中。输入(按ID元素)不可单击,但标签可单击。 因此,我处于单击标签并断言已选择匹配输入的情况。 有没有一种方法可以使用:: before(复选框为空)和:: after(复选框为选中)伪元素?