Hello Every One,
Today I want to get the status of Check box whether it is checked or not.
- I have tried Get Attribute activity but it doesn’t work for me.
The selector below remains same whether it is checked or not checked.
- I have tried Find Image activity
But the variable is of Uielement so I used isvisible function with it.
For exampled variable is (Ischecked.Isvisible) but it only gives True output if false it gives an error.
I wanted to use in IF activity that if the condition is true i will perform x function else Y.