[request] type() sometimes needs a wait(short_time) before

Bug #612462 reported by lijunwei
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
SikuliX
In Progress
Medium
RaiMan

Bug Description

I want to type "test" in a editable label area
but the use of type("test") can only type a 't' in it.

why?

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

Sometimes you have to wait before start typing after zhe GUI element got focus after a click() e.g.

try:
click(targetElement)
wait/0.5)
type("test")

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

correction:

Sometimes you have to wait before start typing after the GUI element got focus after a click() e.g.

try:
click(targetElement)
wait(0.5)
type("test")

RaiMan (raimund-hocke)
summary: - type() not working correctly
+ type() sometimes needs a wait(short_time) before
Changed in sikuli:
status: New → Confirmed
RaiMan (raimund-hocke)
Changed in sikuli:
status: Confirmed → In Progress
assignee: nobody → RaiMan (raimund-hocke)
RaiMan (raimund-hocke)
tags: added: fkt-type
RaiMan (raimund-hocke)
Changed in sikuli:
importance: Undecided → Medium
RaiMan (raimund-hocke)
summary: - type() sometimes needs a wait(short_time) before
+ [request] type() sometimes needs a wait(short_time) before
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.