如何在机器人框架中获取url的html源代码?

时间:2018-08-07 07:00:25

标签: robotframework

robotframework中的关键字,用于获取Web网址的html源代码

设置

Library   RequestsLibrary
Library  HttpLibrary.HTTP

测试用例
使用请求库的示例

${response} =  Get  http://192.168.1.254/cgi-bin/home.ha
log  ${response.content}

1 个答案:

答案 0 :(得分:0)

${myHtml} =    Get Source

这应该适用于HTML网页及其来源。 http://robotframework.org/SeleniumLibrary/SeleniumLibrary.html#Get%20Source