本文主要是介绍robot framework Selenium2关键字介绍,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!
robot framework Selenium2关键字介绍
*** Settings *** Library Selenium2Library*** Keywords *** Checkbox应该不被选择[Arguments] ${locator}Checkbox Should Not Be Selected ${locator}Frame应该包含文本[Arguments] ${locator} ${text} ${loglevel}=INFOFrame Should Contain ${locator} ${text} ${loglevel}List应该无选项[Arguments] ${locator}List Should Have No Selections ${locator}List选项应该是[Arguments] ${locator} @{items}List Selection Should Be ${locator} @{items}Radio按钮不应该被选择[Arguments] ${group_name}Radio Button Should Not Be Selecte
这篇关于robot framework Selenium2关键字介绍的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!