← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #676785]: What means "App.open: not found in taskList after 0 secs"

 

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

Alexandr gave more information on the question:
Maybe it related with name of app(description) and name of exe file?

For example this works without error:

x = App("C:\Program Files (x86)\AIMP\AIMP.exe")
x.open()
wait(5)
x.close()

AIMP.exe == AIMP(app name)

In example with Sublime:

sublime_text.exe != Sublime Text(app name)

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.