Hi,
I am trying to expand options (in tree fashion) inside a container in a desktop application using UiPath. Once the option is not visible, a scrolling is required to make the option visible and then expand that option.
The application doesnot support simulate click and send window messages property is also not working. So then I tried using “element exists” activity . While using the element exists activity , it showing that the option is available(not visible in foreground) but clicking is not working.
Then I tried using get attribute activity to get the visibility but the visibility property is returning 0,1 and 2 values which I am not able to follow.
Is there any other workaround for this?