How to pass dynamic values in "clipping region" property of mouse activities

I am trying to pass dynamic values in clipping region but I couldn’t… need help…

Please search for Set Clipping Region in the forum

This is different case. set clipping region will not work here. I am trying to pass dynamic values in “clipping region” property of mouse hover activity.

Did you try Setting the Clipping region to your element before Hover?

  • Find Element
  • Set Clip Region
  • Hover

For eg:

rect = new Rectangle(vRight,vTop,vLeft,vBottom)

and pass this into Set Clipping - Region - New UiPath.Core.Region(rect1)

This is not what you want?

2 Likes

Thank you as always !