sikuli-driver team mailing list archive
  
  - 
     sikuli-driver team sikuli-driver team
- 
    Mailing list archive
  
- 
    Message #58314
  
 [Bug 1977833] [NEW] 2.0.5 type('A', Key.CTRL),	but type('A', Key.CTRL + Key.SHIFT)
  
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
Follow ups