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

Bug #1977833 reported by wu woody2022

This bug report was converted into a question: question #702098: 2.0.5 type('A',Key.CTRL), but type('A',Key.CTRL + Key.SHIFT).

6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
Invalid
Undecided
Unassigned

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)

Revision history for this message
RaiMan (raimund-hocke) wrote :

not a bug

Changed in sikuli:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.