tests/ide_tests/edit_project.sikuli/edit_project.py
branchwxPython4
changeset 3528 c269f256a7c4
parent 3447 65c5f66e9298
child 3545 67e1707f24c8
equal deleted inserted replaced
3527:fbe924df437b 3528:c269f256a7c4
    23 
    23 
    24     app.type(Key.DOWN * 10, Key.CTRL)
    24     app.type(Key.DOWN * 10, Key.CTRL)
    25 
    25 
    26     app.WaitIdleUI()
    26     app.WaitIdleUI()
    27 
    27 
    28     app.doubleClick("1646066996620.png")
    28     app.doubleClick("Hello world")
    29 
    29 
    30     app.WaitIdleUI()
    30     app.WaitIdleUI()
    31 
    31 
    32     app.type(Key.TAB*3)  # select text content
    32     app.type(Key.TAB*3)  # select text content
    33 
    33