sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59516
Re: [Question #819182]: Delete blanks
Question #819182 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/819182
Description changed to:
-----------------------------------------------------------
Raw : happy happy
type('a',Key.CTRL)
box1=Env.getClipboard().strip().encode("utf-8")
print(box1)
Result : happy happy
-----------------------------------------------------------
I want to erase all the blanks in the 'low' content and make it like the letter below.
"Happy Happy". -> "HappyHappy"
I've written the code but it doesn't work. Please help.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.