sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #45255
[Question #662304]: Need help to change keydown() code because this is not working, even I have to run it via batch file (with Admin Rights)
New question #662304 on Sikuli:
https://answers.launchpad.net/sikuli/+question/662304
I want to convert below code with write() function:
KeyDown(Key.ALT)
type(Key.TAB)
keyUp()
I have edited these attributes in write() function but it is not working with it:
number_ of_lines = 2
write("#W5#A+#T%d#A-"%number_of_lines)
[Error] NameError ( name 'key' is not defined)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.