Skip to main content
the above highlighted window is not recorded corrected by capture action it is selecting it fine but the value is always true even that short window  is closed  by me earlier . I need to handle it to progress my automation. what action should I use please advise.

 

i have been waiting for any experts reply here. if it could Uipath forum no one hesitate to find  the best solution if they are professionals at every end they ask and coordinate till the issue is resolved  .

 


Use a recorder action to capture the object and inside the recorder action, set the “Action to take on object” field to “Get property”, and then select the property “States”.

After setting up the recorder action that way, run the bot two times, one when the “Currencies” dialog/frame is opened and the other one when it is closed, compare the output of the two scenarios.

I don’t remember exactly how the value changes so I might be wrong, but I believe that the value of the “States” property should change from

“enabled,focusable,visible,showing”

to 

“enabled,focusable,visible”


Reply