← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #175588]: Unit tests from UI - can I hide the top left progress window

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
No, you have to do it manually (e.g. hide the window).

Tip: (gets rid of the window for the rest of the IDE session)

run the following test:
def test(self): wait(10)

this will give you the time, to move or hide the window. this will be
remembered for the rest of your IDE session, when you are running your
serious tests.

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