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

    Status: Open => Answered

RaiMan proposed the following answer:
@Test
 public void Meginajums() throws FindFailed {
 Testing() // to initialize the variables
 Region window = s.wait(dialogwindow,10);
 window.click(clickvestules);
}

but the function Testing (functions should start with lowercase letter)
is a candidate for @Before annotation.

see docs of JUnit

-- 
You received this question notification because your team Sikuli Drivers
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