tests/ide_tests/debug_project.sikuli/debug_project.py
branchwxPython4
changeset 3563 d2d2a11366b1
parent 3551 edf59ae145b7
child 3565 6d3cb1ab1ef7
equal deleted inserted replaced
3562:165dc0e97f1d 3563:d2d2a11366b1
    51     app.waitPatternInStdout("Grumpf", 10, 10)
    51     app.waitPatternInStdout("Grumpf", 10, 10)
    52 
    52 
    53     app.rightClick("1646066996790.png")
    53     app.rightClick("1646066996790.png")
    54 
    54 
    55     app.click("Force value")
    55     app.click("Force value")
       
    56     # app.click("1646062660790.png")
    56 
    57 
    57     #app.type("a", Key.CTRL)
    58     # app.type("a", Key.CTRL)
    58 
    59 
    59     app.type(Key.BACKSPACE)
    60     # app.type(Key.BACKSPACE)
       
    61     app.type(Key.HOME)
       
    62 
       
    63     app.type("a", Key.CTRL)
       
    64 
       
    65     app.type(Key.DELETE)
    60 
    66 
    61     app.type("'sys.stdout.write(\"DEBUG TEST OK\\n\")'")
    67     app.type("'sys.stdout.write(\"DEBUG TEST OK\\n\")'")
    62 
    68 
    63     app.type(Key.ENTER)
    69     app.type(Key.ENTER)
    64     
    70