How can I open this menu?

Hello everyone, I need your help to open this menu. I use the command “click”, but sometime it doesn’t work and I have to record the macro again. To open this menu, I don’t need to click on it, I just have to move my mouse on it. I would like not to use X commands.

I use the command “click”, but sometime it doesn’t work and I have to record the macro again.

So it seems the element IDs change. See Xpath: How to work with dynamic changing IDs.

And/or: See if any of the suggested Selenium IDE locators do not have an ID inside. This example is from Facebook, the masters of changing IDs and preventing automation:

facebook changing id

I just have to move my mouse on it. I would like not to use X commands.

Ok. Then you have to look at the dynamic ID post I mentioned above :wink:

With XMove it would be easy:

XMove | image

Try to find a good xpath with external addon, usually works