I am trying to click on below button which appears only on Mouse Hover. in UIpath, if I do Indicate on screen this button does not appear & I am not able to find the element.
I have tried below method which is working but again it depends on the screen resolution and is not stable.
Find element “Memory” & then invoke Click activity by specifying the Cursor position OffsetX = 135.
Can anyone please let me know if there is any other method to do these activities.
@nilam.dnaik Have you tried Clicking F2 to add a Delay and then Keep pressed the Button which you want , then When the timeout lapses Release the Mouse Press. But Before this be sure to add a Mouse Hover, so that it is Able to Detect the Button.
@nilam.dnaik During the 3 Second Delay when you have pressed F2, I guess you can direct to the button and Hold and Press the button which you want. Do not release the press. Not after the 3 Sec Delay but during it, since it will be visible in that mode. Then After the 3 Sec Delay Release the Mouse Press.
Yes it worked. Thank you so much for the help. I have managed to click on the buttons. Trying to put these activities in the main code & will see how it works.
Now I am facing one different issue. Each Item below is having this config button. Dynamically I am passing the variable to find element & Hover activity but the click activity do not have any such variable. & Every time it clicks the Config button of Memory though it is Hovering on DC Persistent Memory. What I noticed is the selector has an idx=2 always & thatswhy it is clicking on Config button of 2nd element always.