Hola everyone,
I would like to know if is there any way to validate if a checkbox is enabled or disabled?
Thanks in advance, Marco
Hola everyone,
I would like to know if is there any way to validate if a checkbox is enabled or disabled?
Thanks in advance, Marco
Hello @Marco_Hernandez,
Enabled & Disabled state of a checkbox can be identified through ‘aastate’ property. Also Checked & Unchecked state of a checkbox can be identified through ‘checked’ property if i am not wrong.
I believe you can use ‘Get Attribute’ activity to get these state and then determine if the checkbox is checked or unchecked.
Thanks,
Rammohan B.
@Rammohan91 you rock, thank you so much!