How to set if_v2 's target for a message box

Hello Guys,

I am using Desktop Automation.
I’d like to use if_v2 to determine if a message box shows or not.
how to set the target?
Thanks.

I would use:

  • visualVerify (image of message box)
  • If | {!statusOK}
  • echo | Box found!
  • else
  • echo | Box not found!
  • end
2 Likes

I got it, thanks buddy