I am trying to automate a process and for that I need to click on some certain things.
I am at a point where I need to click on a hoverable element that is inside another hoverable element. Clicking into the first hoverable works very fine, however, the second hoverable is not working what so ever. Using my mouse manual and without UiPath I can click on it, however, using UiPath’s “click” or “hover” activity does not seems to work here.
Step 1: Click
Step 2: Hover/ click to get the second hoverable
Step 3: Click on hoverable element
I can’t seem to do the third step, since every time I use either click og hover to be able to click on the Excel, it just disappears immediately. Any help would be gladely appreciated.
Have a great day/ night forward.
Cheers…
Nemanja. V
Ps. Here is my workflow, however, I am not allowed to show a lot due to work policy.
@nmjvk If you are using classic, use hover activity. If you are using modern activities, please use F6 or hover in selection option.
You need to select the target element which need to be selected and anchor should be set as parent hover value.
Hi,
Enable the “SimulateClick” or “SimulateHover” property: In the properties panel of the “Click” or “Hover” activity, enable the “SimulateClick” or “SimulateHover” property. This option allows UiPath to simulate the click or hover action, bypassing any potential issues with the underlying UI events.
Thank you
Use the “Hover” activity to hover over the first hoverable element. This activity simulates moving the mouse cursor over the element without clicking it. Indicate the first hoverable element using the “Indicate on screen” or “Find Element” method.
Once the mouse cursor is hovering over the outer element, use the “Hover” activity again to hover over the inner hoverable element. Similarly, indicate the inner hoverable element using the appropriate method.
After hovering over the inner element, use the “Click” activity to perform the click action on it. You can indicate the inner element using the “Indicate on screen” or “Find Element” method.
That also does not work. I keep getting the same error for all solutions
“Click ‘Microsoft Excel’: The UI element is invalid. Make sure the target application is open and the element is on the screen.”
For everyone curious. I do not know why UiPath does not allow me to hover the element. I can do it fine on the website manually and click on the Excel logo on the hoverable element. Using click or hover produces the error “Hover ‘Microsoft Excel’: The UI element is invalid. Make sure the target application is open and the element is on the screen.”