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.
_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help : https://help.launchpad.net/ListHelp