In Browser: Retrieve whether checkbox is ticked or not

Hi, I am working with a webpage in a browser. How do I get the Boolean condition whether a particular checkbox is ticked or not?

@DEATHFISH

You check with Get Attributes and checked status

Check below post

Mark as solution if this helps

Thanks

1 Like

Hi @DEATHFISH,

As said by @Srini84, you can use Get Attributes activity as set the attribute as “Checked” to get the value of the checkbox.
FYR… How to check if checkbox is checked or unchecked - #8 by mnawazud

Thank you… Happy Coding!!!

1 Like

@ksrinu070184 @Sudheer_KVR
Hi, does Get Attribute activity work with UIA selector framework? So far out of all the frameworks only UIA contains info whether the checkbox is ticked or not