sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #51177
[Question #679730]: Captal caracter when type(key.ENTER)
New question #679730 on Sikuli:
https://answers.launchpad.net/sikuli/+question/679730
Hello everybody!
I'm learning about sikuli and found a problem in my first switch case.
I'm making a switch case to open the calc.exe from windows, unsing the script below:
import sikuli
path = '"C:\Users\isa\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\System Tools"'
App.open('CMD ' + path)
exists("1554229740838.png")
type("calc.exe")
type(key.ENTER)
But in the moment to type the function "type(key.ENTER)" my sentence "calc.exe" has been written like "CALC.EXE", a unknown sentence.
So I'd like to know if there is some way to type a lower text.
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.