tests/ide_tests/opcua_browse_encrypted.sikuli/opcua_browse_encrypted.py
branchwxPython4
changeset 3710 51c2d434e10e
parent 3679 b6bca75bf3fa
child 3720 d0a9c01ee7a5
equal deleted inserted replaced
3705:fcf3dcc8ab3b 3710:51c2d434e10e
    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     server.waitPatternInStdout("CERTS READY", 5)
    18     server.waitPatternInStdout("CERTS READY", 5)
    19 
    19 
    20     app.doubleClick("opcua_0")
    20     app.doubleClick(["opcua_0", "opcua"])
    21 
    21 
    22     app.WaitIdleUI()
    22     app.WaitIdleUI()
    23 
    23 
    24     app.click("Server")
    24     app.click("Server")
    25 
    25 
    29 
    29 
    30     app.WaitIdleUI()
    30     app.WaitIdleUI()
    31 
    31 
    32     app.doubleClick("TestObject")
    32     app.doubleClick("TestObject")
    33 
    33 
    34     app.dragNdrop("TestIn", "output variables")
    34     app.dragNdrop(["TestIn", "Testln"], "output variables")
    35 
    35 
    36     app.wait(1)
    36     app.wait(1)
    37 
    37 
    38     app.dragNdrop("TestOut", "input variables")
    38     app.dragNdrop("TestOut", "input variables")
    39 
    39