tests/ide_tests/edit_project.sikuli/edit_project.py
branchwxPython4
changeset 3710 51c2d434e10e
parent 3679 b6bca75bf3fa
child 3720 d0a9c01ee7a5
equal deleted inserted replaced
3705:fcf3dcc8ab3b 3710:51c2d434e10e
    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("Hello world")
    28     app.doubleClick("Hello")
    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