← Back to team overview

sikuli-driver team mailing list archive

[Bug 1977833] Re: 2.0.5 type('A', Key.CTRL), but type('A', Key.CTRL + Key.SHIFT)

 

not a bug

** Changed in: sikuli
       Status: New => Invalid

** Converted to question:
   https://answers.launchpad.net/sikuli/+question/702098

-- 
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:
  Invalid

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



References