11-06-2009 09:45 AM
Hello,
Is it possible to click a menu item if I have it's ordinal? i.e. rather than scrolling down and clicking it?
cheers,
Solved! Go to Solution.
11-06-2009 09:54 AM
can the user do it? no? why should "user simulation" be better than the real deal?
if you have access to the menu itself you can execute items using their run method.
11-06-2009 09:57 AM
Of course, I should have thought of that [run]. I'll give that a go.
Cheers.