sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #31150
Re: [Question #263602]: How to send chinese letters in sikuli to launch a app?
Question #263602 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/263602
balu posted a new comment:
Hi RaiMan,
Thanks for your answer.
Now I am not getting this PEP related error after adding "# -*-
coding: utf-8 -*-" line at first line of my script.
But still paste() is not working. Following is my code.
def clickSearchtypeYouku(self):
find("3_search_apps.png")
click("3_search_apps.png")
paste("优酷")
If I try to do this manually , its working with "ctrl v" keys. (I am copying "优酷" and pasting with "ctrl v")
Could you please help me to resolve this issue.
Thanks.
Balu.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.