Could you specify what your issue is? It seems to be working for me, but I struggled for a second with getting the selector for the “Apple” menu. I achieved that by:
opening UiExplorer
clicking on selector arrow:
using the F2 key to temporarily disabling the selection arrow (it disables it for 3 second, you will see the counter in the bottom right corner of your screen)
then hovering over ‘Electronics’ to open the dropdown
and finally clicking on ‘Apple’ right after the selection gets activated
(you might want to be fast here as the hover menu will disappear quite quickly)
I’m also trying the hover activity but it is not getting hovered.is there any other option for hover.And I’m working on chrome because on ie it is working .can anyone will try on chrome as well
@kannan.nageswaran I had deeply studied all the comments for your help. However, most of the solutions I tried myself did not work. I propose to you a little technical way of handling this type of dropdowns which only appear upon hovering.
Please follow the steps below at your environment and let me know if it worked.
Select from the menu “Hover” activity
Indicate the element inside your browser
Create a variable for the Hover activity and name it like “selectedElement” and change the type to “UiPath.Core.UiElement”
Below the Hover select a Click Text activity
In the properties panel, give the variable in the Element box
Write the text you want to choose from the dropdown in the text box of Click Text activity
Drag a Close Tab activity at the end of the process