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

示例:

create session 参数介绍

create session 参数介绍

 

相关文章:

  • 2022-01-29
  • 2021-11-19
  • 2021-12-09
  • 2021-07-02
  • 2021-07-04
  • 2022-01-19
  • 2021-09-15
  • 2022-02-07
猜你喜欢
  • 2021-11-30
  • 2021-12-06
  • 2021-09-28
  • 2021-05-02
  • 2022-02-09
  • 2021-06-22
相关资源
相似解决方案