本文介绍了如何使用Selenium IDE从下拉列表中选择值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我第一次使用Selenium IDE,不知道自动化脚本。到目前为止,我可以使用IDE进行管理,但一个问题是我无法从下拉列表中随机选择一个值,而是每次手动输入索引或标签值。
任何人都可以帮助我。
谢谢
解决方案
我尝试了下面的工作, / p>
命令:选择
目标:元素定位器例如:id =卡
值:index = 1
I am using Selenium IDE for the first and has no knowledge of automation scripting. So far i am able to manage using IDE but one issue is I am not able to select a value from drop down list randomly rather entering the index or label values manually every time.
Can anyone please help me with this.
Thank You
解决方案
I tried the below and it worked
Command: Select
Target : element Locator eg : id = card
Value : index=1
这篇关于如何使用Selenium IDE从下拉列表中选择值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!