Example #1
0
def checkStr(S,comment=""):
    info = "checkStr({0})".format(comment)
    log.check_normal(info)
    report.addCheck_normal(info)
Example #2
0
def checkElement(xpath,comment=""):
    log.check_normal("checkElement: [{0}]\t{1}".format(xpath,comment))
    report.addCheck_normal(xpath)