Public bug reported:

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)

** Affects: sikuli
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Sikuli
Drivers, which is subscribed to SikuliX.
https://bugs.launchpad.net/bugs/1977833

Title:
  2.0.5 type('A',Key.CTRL), but type('A',Key.CTRL + Key.SHIFT)

Status in SikuliX:
  New

Bug description:
  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)

To manage notifications about this bug go to:
https://bugs.launchpad.net/sikuli/+bug/1977833/+subscriptions


_______________________________________________
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