RobotFramework Selenium:如何从多选下拉列表中选择多个选项?
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了RobotFramework Selenium:如何从多选下拉列表中选择多个选项?相关的知识,希望对你有一定的参考价值。
在Robot Framework(使用selenium / python)中如何从网页上的多选下拉列表中选择多个选项?
答案
您可以使用Select from list by value
中的Select from list by index
,Select from list by label
或SeleniumLibrary关键字。
例如:如果要从多选框中选择前2个值,请使用以下代码
*** Test Cases ***
Select multiple values from list
Select from list by index ${MultiSelectBoxLocator} 0 1
以上是关于RobotFramework Selenium:如何从多选下拉列表中选择多个选项?的主要内容,如果未能解决你的问题,请参考以下文章
RobotFramework自动化测试框架-Selenium Web自动化关于在RobotFramework中如何使用Selenium很全的总结(下)
python-selenium-robotframework安装问题
robotframework+python3+selenium之常用情景---第四集
RobotFramework+Selenium2环境搭建与入门实例
robotframework+selenium2library如何解决界面元素无法点击的问题
Robotframework-selenium-Edgebrowser - 'options' 对象没有属性 'use_chromium'