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

    Status: Needs information => Open

ameya kulkarni gave more information on the question:
i am working on win7 64 bit machine.

i am using eclipse indigo flavour and trying to work on java.

i tried this snippet of code but i am getting error

    public void testTester() {

        String userName = getData().getVariable("userName");
        String utilName = getData().getVariable("utilName");
        boolean sikuli = false;
        boolean selenium = true;

        start(userName, userName);

        TypeManagerNavigationSolvent tmns =
Navigation.Site().utilities().openTypeAndAttributeManager();

        Screen s = new Screen();

        s.click("1332228516581.png");

    }

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to