Selenium Click CheckBox
-
hi
how can i make this check box checked?<div class="signup-checkbox false sc-kUagtMq" data-testid="checkbox_input"><input type="checkbox" id="esident" name="esident"><label data-testid="checkbox_label" for="usResident"><span class="sc-fOr ckzRWc"><div class="sc-kxLnmX kPNEAu"> agree to the <a class="sc-dfBO
i tried to click on Element by id "esident" but not work,(its not about iframe also)
so is there any other option?
-
tnx,solved