Check if element is enabled then click else close refresh and check if enable or not. If enabled then click and end.
The attribute should be aastate and it should have the value enabled.
@Anil_G @postwick I did try aastate I’m unable to get exact scenario. If aastate is enabled then should click and break else it should close refresh open window and check it it enabled or not. How should I execute it?
- Do while loop with condition just mention as true
- Get attribute and get aastate
- If condition with check for aastate value equals enabled
- then side click on it and break activity
- else side do the closing …reopen and navigation to click
@postwick - you are correct
cheers
Use a Retry Scope. Set it to however many times you want to repeat. Inside the Retry Scope…
- Retry Scope
– Get Attribute
– If enabled
— Then do your process
— Else close, refresh, and then Throw an exception (to get the Retry to repeat)
Hi @Anil_G /@postwick , sorry for late reply I was not well, I checked the flow.
Even the element was enabled it went to else statement.
Thanks
Ok, will do and update.
The issue it is unable to identify if The element is disabled. It is unable to validate in Ui explorer. The element aastate is ‘e’.
Is there an alternative to identify if the element is disabled?? CV or something?
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.



