I want to make automation process, so I used recording.
But When I use recording, pop-up doesn’t appeared.
I can only scrap the first action, and I can’t scrap next actions.
If I use ‘click’ activity, pop-up appears well.
But pop-up isn’t permanent so when cursor moves to another place, pop-up disappeared.
How can I record click activities continuously?
you can use “hover” activity to simulate the movement of the mouse on the popup, so it won’t disappear.
Also in order to spy the popup you can press F2 and click, so you can proceed to spy the element after the click is done.