How to "check" a check box?
in Need Help
I'm trying to make some my own engines and I've got problem with "checking" a check box. For example here: http://www.biblionetka.pl/nu.aspx you've got a checkbox "
Comments
Use the following:
ctl00$MCP$CUW$CreateUserStepContainer$RulesAccepted=1
or
*RulesAccepted=1
<formvariable or mask>=1 << 1=checked, 0= unchecked, anything else=checked if matches the label
ctl00$loginUser$RememberMe=on