Create Session |
alias, url, headers={}, cookies=None, auth=None, timeout=None, proxies=None, verify=False |
創建一個HTTP會話: url:即服務器的url alias:使用Robot Framework的別名表示當前會話。 header:使用默認的headers字段 auth:NTLM鑒權需用username&password格式 timeout:會話超時時長 proxies:代理服務器的url verify:如果需要證書請求則置為true |
示例: