tests/ide_tests/opcua_browse.sikuli/opcua_browse.py
changeset 3820 46f3ca3f0157
parent 3720 d0a9c01ee7a5
equal deleted inserted replaced
3819:4582f0fcf4c4 3820:46f3ca3f0157
    27 
    27 
    28     app.WaitIdleUI()
    28     app.WaitIdleUI()
    29 
    29 
    30     app.doubleClick("TestObject")
    30     app.doubleClick("TestObject")
    31 
    31 
    32     app.dragNdrop(["TestIn", "Testln"], "output variables")
    32     app.dragNdrop(["TestIn", "Testln","Testin"], "output variables")
    33 
    33 
    34     app.wait(1)
    34     app.wait(1)
    35 
    35 
    36     app.dragNdrop("TestOut", "input variables")
    36     app.dragNdrop("TestOut", "input variables")
    37 
    37