Extract Checkbox value from ActiveX checkbox control

Hi @craig.norton

Instead of using the “Get Text” activity, which retrieves the label of the checkbox, you can use the “Get Attribute” activity to fetch the value of the checkbox. This activity allows you to extract the value of a specific attribute of an element.

Thanks!!

1 Like