コード例 #1
0
ファイル: step.py プロジェクト: feesland/AutoUI_Frame
def checkStr(S,comment=""):
    info = "checkStr({0})".format(comment)
    log.check_normal(info)
    report.addCheck_normal(info)
コード例 #2
0
ファイル: step.py プロジェクト: feesland/AutoUI_Frame
def checkElement(xpath,comment=""):
    log.check_normal("checkElement: [{0}]\t{1}".format(xpath,comment))
    report.addCheck_normal(xpath)