sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #37116
[Question #288045]: Issue regarding ctrl+f
New question #288045 on Sikuli:
https://answers.launchpad.net/sikuli/+question/288045
Hi,
I am working in small automation.....
in this i need to open notepad++ and i have to perform "ctrl+f" action.
here following is the code:
----------------------------------------------------------------------------------------------------------------------
openApp("C:/Program Files/Notepad++/notepad++")
type("f",KEY_CTRL)
i tried so many solutions like type("f",Key.modifier.CTRL) / type('f',Key.CTRl)
but no use.
please help...... :(
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.