Dynamic mouse clicks

Hi,

I want to “loop” the elements of a javascript menu (on the left hand side of a website), and dynamically “click” on the needed element.

I have used “Screen scrapping” to get the items of the menu.
I am looping on the items, and get the region of each menu item.
I set a new region (based on the rectangle info of the menu item needed), but cannot “set the click”, so as showing the data of this item on the right hand side.

I’ve used “highlight” to check that the right menu item is ‘found’ but cannot enforce the ‘click on it’.

Is there anything else i should do?

Hi @nikosan

Is the selector dynamic

Thanks
Ashwin.S