摘要:
https://www.cnblogs.com/lixy-88428977/p/9563247.html 阅读全文
摘要:
RobotFramework Selenium2 关键字*** Settings ***Library Selenium2Library *** Keywords ***Checkbox应该不被选择[Arguments] ${locator}Checkbox Should Not Be Select 阅读全文
摘要:
1、Should Be Empty 判断是否为空,如果不为空,执行失败,示例: ${value} Set Variable hello Should Be Empty ${value} 断言结果不为空 2、Should Start With 判断某个字符串是否以预期执行的字符串开始,如果以指定的字符 阅读全文