[request] type() sometimes needs a wait(short_time) before
Bug #612462 reported by
lijunwei
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?
summary: |
- type() not working correctly + type() sometimes needs a wait(short_time) before |
Changed in sikuli: | |
status: | New → Confirmed |
Changed in sikuli: | |
status: | Confirmed → In Progress |
assignee: | nobody → RaiMan (raimund-hocke) |
tags: | added: fkt-type |
Changed in sikuli: | |
importance: | Undecided → Medium |
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.
Sometimes you have to wait before start typing after zhe GUI element got focus after a click() e.g.
try: ment)
click(targetEle
wait/0.5)
type("test")