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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to