hi there, I want to select edit item in asset but uipath cant detect it
Does anybody have an idea how to click edit?
thanks in advance
Try this :
First use Hover Activity and then use Click Activity to Click on that Edit button.
thanks @lakshman but it doesnt work
1 Like
no doesnt work
I actually tried it in acme site and one other site , it doesn’t work for me and when i try in some other it works as expected,
We have an alternate to do that, it your URL is changing after clicking on that edit button, use navigate to activity and provide the URL which you have after clicking edit button manually.
@Zehra, will get back to you if I found any