n_v_isaev
12 years agoOccasional Contributor
MainMenu problem
I need to test the application menu and click on the item [0]|[0] (as in the picture):

code:
w.MainMenu.Click('[0]|[0]');
I have the result:

I think it is because the mouse cursor is moved along a path like in the picture:

And on the way to activate the second item on the main menu.
How to perform click on the item 0-0 correct?