← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #284445]: After forcefully closing the application, screen.type() will work for few second and will give inputs to desktop or other apps.

 

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

    Status: Open => Answered

masuo proposed the following answer:
When the application is open, is there any unique image on the screen?
if so, to confirm the unique image by exists() before type() may be a solution.

[for example:]
if exists(unique image):
  type()

By the way, why  some wrong value will go to quick3720 mainframe screen?

[excerpt of document:]
Since type() is rather slow because it simulates each key press, for longer text it is preferrable to use Region.paste().

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