Selenium2Library系列 keywords 之 _SelectElementKeywords 之 get_selected_list_value(self, locator)...

 1     def get_selected_list_value(self, locator):
 2         """Returns the value of the selected element from the select list identified by `locator`.
 3 
 4         Return value is read from `value` attribute of the selected element.
 5 
 6         Select list keywords work on both lists and combo boxes. Key attributes for
 7         select lists are `id` and `name`. See `introduction` for details about
 8         locating elements.
 9         """
10         select = self._get_select_list(locator)
11         return select.first_selected_option.get_attribute('value')

方法名:get_selected_list_value(self, locator)

相似方法:

公共方法 返回首个选中项的value数组

接收参数:locator

10行:使用_get_select_list(self, locator)方法,返回Select对象

13行:返回首个选中项的value数组

使用:

输出结果:

INFO : ${value} = 0

 

转载于:https://www.cnblogs.com/loveok-56/p/4457823.html

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值