Click Edit button (via hovering)
Clicked Check box .
Checkbox display block appears.
Found a element that i want to Hover. (hovering works well)
Now i am not able to click Edit button ((which is in hidden state via Javascript or CSS).
Attached a screenshot below:
Pass Data inside Browser popup:(or javascript prompt popup) and click ‘OK’
Selectors i have altered as below but still not working -
click Edit button-
<webctrl tag='SPAN' class='glyphicon glyphicon-edit' parentclass='btn item-edit-toggle' parentid='29e3320c-8b85-42b0-885f-6e87ec252cfa'
uipath_custom_id='829' />
Click Attribute button:
<webctrl aaname='+ Attribute' parentid='29e3320c-8b85-42b0-885f-6e87ec252cfa' tag='BUTTON' />
Did you look at this
Hi Team,
I am not able to perform the Mouse Hover an element and click an element.
Eg:
Go the Flipkart Site.
Mouse hover on any header site. Eg: Electronics
Click an item in the list. Eg: Apple.
Also, Not able to capture the this scenario in the Record.
I have referred the below guidance but it is not worked out.
Could you please take a look on this scenario and provide a solution to achieve this one.
Thanks in advance.
By Kannan.
Alternatively, you can use UiExplorer and use two consecutive Click Activity to achieve this
or
you can you can directly navigate to the page which opens after the click with Navigate To
activity
Thanks,
Prankur
@PrankurJoshi Thanks for ur reply
This is not working ,i checked this already.
In the 1st attached screenshot you can see a Frame .if you select blocks like -checkbox,date ,time,etc,etc that will get added to that frame,
So now i clicked on Checkbox ,A block Checkbox will get added to frame ,there i have to locate the button ( + ) and hover over it and click on Edit button.
The main problem here is ,i am not able to indicate Edit button via UIpath tool.
For now if i click indicate element on screen , tool -->points towards (+) button and the hovering functionality not happens when used from UIpath. .
(+) is in hidden state via javascript or css.
clicked f2 button ,counter started for 3 seconds…Hover buttons appeared then clicked on edit button ,but the edit button selector is not captured.
Finally found Solution with click image .
2 Likes