Hi All,
I am working to get items from drop down menu. Function key F2 is not working for my case to hold the selector for for few seconds. I tried to work with different options like (1) click ---- hold F2 (2) Find Children and then loop to get the each item. (3) Select Item (4) Visual Tree. where in I got the following selector after setting the target from Ui Explorer
So how to get that drop down menu item.
Please help
1 Like
Hey @khooshbu.jani
You can find it in visual tree which will be the best and easy approach to go with.
First indicate the select drop-down element in Ui-Explorer
Then the target select drop-down element will be in bold under visual tree
Just expand that element and you will see lot of child option elements available which is your drop-down options you can choose whatever you want
Now double click the required option element fr visual tree or right click and set as target element will generate selector for you
Hope this helps
Thanks
#nK
I followed the same step.
But no luck
1 Like
After following that I got following as a selector:
1 Like
Hey @khooshbu.jani
Your image and selector is not opening.
Kindly share it again.
Thanks
#nK
(In the Second Image, First line is:
Hi @khooshbu.jani ,
Please remove the css style from the selector and you should be good.
Also which UiFramework you are using?
Please give it a try with Active accessibility as shown below.
@khooshbu.jani
Did not get you what you are saying. Can you please elaborate?
Hey @khooshbu.jani
Could you please indicate the element in UI-Explorer & post here.
As the above screenshot doesn’t have a proper selector to suggest.
Thanks
#nK
Second Image is after setting “Set As Target Element”
Now I select Active Accessibility in Ui Framework, and removed CSS
1 Like
Hey @khooshbu.jani
Okay got an idea about the selector.
Could you please show the screenshots of Ui-Element and explain what you want to achieve …
Thanks
#nK
I have this screen. Under Download Option I have, certain items like: Grants, Travel, UHG and other 4 items. Once I click on any of the item, it gives, one submenu with radio button
so one of the item in Download is UHG, which should get clicked and after clicking that I am getting following screen:
.
Following is my UiPath Click Activity.
So after clicking on downloads it will not show you the menu is it?
You need to hover then it will show the menu right?
@khooshbu.jani
Yes I have to hover the mouse. Is it becuase it is in Table?
@khooshbu.jani ,
This looks difficult to select.
Yes it is because of the website it designed in such a way. Let me try and find out the approach.
I will really appreciate if you can help me.
Hi @khooshbu.jani ,
Have you tried using Hover Activity on the Download and then Clicking the Sub Menu Option ?
Hi @khooshbu.jani ,
Please try to do it as suggested by @supermanPunch
For the same take the reference from the below blog.
Hi Team,
I have some doubt in select the sub menu by hovering the activity.
https://stockaxis.com/ in this link i need to hover the My StockAxis and select the My Portfolio
I am trying with Hover activity , select Item activity and Find Children activity but not able to get the correct solution yet.
Can someone help me to achieve this if anyone working,please attach the workflow file with this.
Thanks in Advance
(Jothyprasanth M)