tests/ide_tests/new_project.sikuli/new_project.py
branchwxPython4
changeset 3698 a538a163ff6f
parent 3447 65c5f66e9298
child 3720 d0a9c01ee7a5
equal deleted inserted replaced
3697:12b6add87876 3698:a538a163ff6f
    26     app.WaitIdleUI()
    26     app.WaitIdleUI()
    27     
    27     
    28     # Move to "Home" section of file selecor, otherwise address is 
    28     # Move to "Home" section of file selecor, otherwise address is 
    29     # "file ignored" at first run
    29     # "file ignored" at first run
    30     app.type("f", Key.CTRL)
    30     app.type("f", Key.CTRL)
       
    31     app.WaitIdleUI()
    31     app.type(Key.ESC)
    32     app.type(Key.ESC)
       
    33     app.WaitIdleUI()
    32     app.type(Key.TAB)
    34     app.type(Key.TAB)
       
    35     app.WaitIdleUI()
    33     
    36     
    34     # Enter directory by name
    37     # Enter directory by name
    35     app.k.Address()
    38     app.k.Address()
       
    39     app.WaitIdleUI()
    36     
    40     
    37     # Fill address bar
    41     # Fill address bar
    38     app.type(new_project_path + Key.ENTER)
    42     app.type(new_project_path + Key.ENTER)
    39     
    43     
    40     app.WaitIdleUI()
    44     app.WaitIdleUI()