sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36043
Re: [Question #278838]: SIKULI return NuLL
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.