tests/ide_tests/debug_project.sikuli/debug_project.py
branchwxPython4
changeset 3563 d2d2a11366b1
parent 3551 edf59ae145b7
child 3565 6d3cb1ab1ef7
--- a/tests/ide_tests/debug_project.sikuli/debug_project.py	Mon Jul 25 11:51:41 2022 +0200
+++ b/tests/ide_tests/debug_project.sikuli/debug_project.py	Mon Jul 25 11:55:43 2022 +0200
@@ -53,10 +53,16 @@
     app.rightClick("1646066996790.png")
 
     app.click("Force value")
+    # app.click("1646062660790.png")
 
-    #app.type("a", Key.CTRL)
+    # app.type("a", Key.CTRL)
 
-    app.type(Key.BACKSPACE)
+    # app.type(Key.BACKSPACE)
+    app.type(Key.HOME)
+
+    app.type("a", Key.CTRL)
+
+    app.type(Key.DELETE)
 
     app.type("'sys.stdout.write(\"DEBUG TEST OK\\n\")'")