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