sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #58315
[Question #702098]: 2.0.5 type('A', Key.CTRL), but type('A', Key.CTRL + Key.SHIFT)
New question #702098 on SikuliX:
https://answers.launchpad.net/sikuli/+question/702098
I want to clear browser search box;
My script is :
r = region(xxx,xxx)
r.click()
wait(1)
type('A',Key.CTRL)
type(Key.BACKSPACE)
then debugger to type('A',Key.CTRL),browser search shortcut hit (shift + ctrl + A)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.