码迷,mamicode.com
首页 > 其他好文 > 详细

Selenium2Library系列 keywords 之 _SelectElementKeywords 之_get_select_list(self, locator)

时间:2015-04-26 12:16:50      阅读:109      评论:0      收藏:0      [点我收藏+]

标签:

1     def _get_select_list(self, locator):
2         el = self._element_find(locator, True, True, select)
3         return Select(el)

私有方法 根据传入的locator返回Select类型的元素。

有关 self._element_find(locator, True, True, ‘select‘) 详细信息请看:

Selenium2Library系列 keywords 之 _SelectElementKeywords 之_get_select_list(self, locator)

标签:

原文地址:http://www.cnblogs.com/loveok-56/p/4457494.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!