Re: [Sikuli-driver] [Question #270449]: App.close fails to close

2015-08-20 Thread RaiMan
Question #270449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270449 RaiMan posted a new comment: @Jeff: thanks -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #270449]: App.close fails to close

2015-08-19 Thread Jeff_Vallis
Question #270449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270449 Jeff_Vallis posted a new comment: Tested 1.1.0(2015-08-20_01:00nightly)/Mac10.10.4/Java8(64)1.8.0_25-b17 App.close("TheApp") now works fine -- You received this question notification because you are a memb

Re: [Sikuli-driver] [Question #270449]: App.close fails to close

2015-08-17 Thread RaiMan
Question #270449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270449 RaiMan posted a new comment: I just fixed the problems with the class methods. With tomorrow's build your usage should work also. Would be nice if you test it. -- You received this question notification bec

Re: [Sikuli-driver] [Question #270449]: App.close fails to close

2015-08-17 Thread Jeff_Vallis
Question #270449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270449 Status: Answered => Solved Jeff_Vallis confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli Drive

Re: [Sikuli-driver] [Question #270449]: App.close fails to close

2015-08-17 Thread RaiMan
Question #270449 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/270449 Status: Open => Answered RaiMan proposed the following answer: tested with latest build (your config). this works: saf = App("Safari") # create App instance saf.open() # open it wait(3) saf.close() #

[Sikuli-driver] [Question #270449]: App.close fails to close

2015-08-17 Thread Jeff_Vallis
New question #270449 on Sikuli: https://answers.launchpad.net/sikuli/+question/270449 1.1.0(2015-07-21_01:00nightly)/Mac10.10.4/Java8(64)1.8.0_25-b17 def Gen_Close_App(): global Which_App App.close(Which_App) #closeApp(Which_App) print "Gen_Close_App() ",Which_App Which_App =