← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #674145]: What is the correct way to click on drop-down menus that highlight?

 

Question #674145 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/674145

    Status: Open => Answered

RaiMan proposed the following answer:
Initially you complained about some menu item that changes on hover.

So the problematic area seems to be here (which is what the log tells):

 catch (FindFailed reclick) {
    Debug.action("Initial Open Notebook click failed.");
    try {
// this is what I targeted in comment #5
        appWindow.wait(HighlightedOpenNotebook, 1);
        Debug.action("Clicking highlighted menu item");
        appWindow.click(HighlightedOpenNotebook);
    } catch (FindFailed ignored) {

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.