首页 > 其他 > 详细

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

时间:2015-04-26 12:16:26      阅读:139      评论: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
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!