Example #1
0
def addLog_Title():
    log.wd_info("Title:     \"{0}\"".format(driver.title))
Example #2
0
def getCookie():
    cookie = driver.get_cookies()
    log.wd_info("Get cookies and return: {0}".format(cookie))
    return cookie
Example #3
0
def addLog_URL():
    log.wd_info("URL:       \"{0}\"".format(driver.current_url))