How can I simulate a mouse click in google chrom on a dynamic position?

I want to click on a certain position in web. how can I set this up?

1 Like

Hi @David_Mitrovic,

You can use click activity and indicate on element once you see the element use F3 button to select the position…

Hi
I want to use relative click activity because my selector link is changing. How can I use relative click activity?

Welcome
maybe you can use click image,
or use elements exist,

How can I use an element which is not changing and tell the mouse, it should click 35 pixels right from this element on the other element?

You can define an offset X and Y in the click activity.

Yes I tried that but its not clicking neither? What can I do?