Hello Friends,
I’m new in UIPATH rpa.
Link is Flipkart.com
I,m stuck at some point.
Mouse hover on electronics section and select all mobile brands and open one by one
Thanks in advance
Hello Friends,
I’m new in UIPATH rpa.
Link is Flipkart.com
I,m stuck at some point.
Mouse hover on electronics section and select all mobile brands and open one by one
Thanks in advance
hey
use the hover activity and use the data scraping, pass each item in the then click activity as dinamyc variable
also you can use the direct link for each item and pass it in navigate to activity
What I understand is you are unable to indicate the elements to perform hover and menu click because may be the element get disappeared before you indicate
For this, the easy approach I would say is you can just do the web recording for those steps which will generate the activities with selectors for you post which you can edit it if required
Hope this helps
Thanks
#nK
Hi,
I have try but didn’t work. Please make for it
When I try to scrapping all element of hover menu item. Hoven menu list hide. I Have use F2 delay key but doesn’t help me.
Please guide me. So I can learn.
Hello @Vishal_Prajapati ,
Could you share the screenshot of the item that you are trying to hover? Also instead of hover and getting can you try to click on it and fetch the items?
Plz share the screenshot.Will have a look.
Just do a recording for one menu element click first to see if that works and then we can guide you to make it dynamic for all other menu elements.
Thanks
#nK
I have already try to select one item. But when start the recording and my mouse move on electronics menu that menu not hover.
Then I press F2 key and then menu open. After delay menu hide.
So I can’t set single item.
Perfect @Vishal_Prajapati
So now, could you please show the snap of the code generated please ?
Thanks
#nK
Hey @Nithinkrishna
I have try ‘Find child’ element for select all element. but I didn’t know it’s right or not.
also you see the message of element.
Thanks
VP
You are on the right path, even I was about to suggest the same.
Reg the message box since it is an object you just get the type name but actually it will hold the element details with it.
You can now use this object directly in a click activity to click it.
Hope that helps.
Thanks
#nK
There is an element property in the click activity, just use it instead of selector and pass the item var in it.
Thanks
#nK