tests/ide_tests/opcua_browse.sikuli/opcua_browse.py
branchwxPython4
changeset 3710 51c2d434e10e
parent 3679 b6bca75bf3fa
child 3720 d0a9c01ee7a5
equal deleted inserted replaced
3705:fcf3dcc8ab3b 3710:51c2d434e10e
    13 
    13 
    14 def test(app):
    14 def test(app):
    15 
    15 
    16     server = AuxiliaryProcess(app, ["/bin/bash",os.path.join(getBundlePath(),"opcua_service.bash")])
    16     server = AuxiliaryProcess(app, ["/bin/bash",os.path.join(getBundlePath(),"opcua_service.bash")])
    17 
    17 
    18     app.doubleClick("opcua_0")
    18     app.doubleClick(["opcua_0", "opcua"])
    19 
    19 
    20     app.WaitIdleUI()
    20     app.WaitIdleUI()
    21 
    21 
    22     app.click("Server")
    22     app.click("Server")
    23 
    23 
    27 
    27 
    28     app.WaitIdleUI()
    28     app.WaitIdleUI()
    29 
    29 
    30     app.doubleClick("TestObject")
    30     app.doubleClick("TestObject")
    31 
    31 
    32     app.dragNdrop("TestIn", "output variables")
    32     app.dragNdrop(["TestIn", "Testln"], "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