robotframework中的关键字,用于获取Web网址的html源代码
设置
Library RequestsLibrary
Library HttpLibrary.HTTP
测试用例
使用请求库的示例
${response} = Get http://192.168.1.254/cgi-bin/home.ha
log ${response.content}
答案 0 :(得分:0)
${myHtml} = Get Source
这应该适用于HTML网页及其来源。 http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Get%20Source