Hi .
What is CAA?
To check the status of any element for instance a button in your case . You have to make sure whether the property of that object is actually enabled by the developer if that is the case you can query that property value and design your scenario.
For instance lets take a particular scenario which should enable a button on a screen on triggering an event, in such case the developer sets the value of that object to be true or false and if you query this property value you will get the answer for your question.
Regards.
Balaji
What is CAA?
To check the status of any element for instance a button in your case . You have to make sure whether the property of that object is actually enabled by the developer if that is the case you can query that property value and design your scenario.
For instance lets take a particular scenario which should enable a button on a screen on triggering an event, in such case the developer sets the value of that object to be true or false and if you query this property value you will get the answer for your question.
Regards.
Balaji