码迷,mamicode.com
首页 >  
搜索关键字:Locator    ( 392个结果
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 select_all_from_list(self, locator)
1 def select_all_from_list(self, locator): 2 """Selects all values from multi-select list identified by `id`. 3 4 Key attributes...
分类:其他好文   时间:2015-04-29 00:33:38    阅读次数:166
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 select_from_list_by_label(self, locator, *labels)
1 def select_from_list_by_label(self, locator, *labels): 2 """Selects `*labels` from list identified by `locator` 3 4 Select lis...
分类:其他好文   时间:2015-04-29 00:33:24    阅读次数:128
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 unselect_from_list_by_index(self, locator, *indexes)
1 def unselect_from_list_by_index(self, locator, *indexes): 2 """Unselects `*indexes` from list identified by `locator` 3 4 Sele...
分类:其他好文   时间:2015-04-29 00:29:15    阅读次数:138
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 page_should_not_contain_list(self, locator, message='', loglevel='INFO')
1 def page_should_not_contain_list(self, locator, message='', loglevel='INFO'): 2 """Verifies select list identified by `locator` is not ...
分类:其他好文   时间:2015-04-29 00:26:54    阅读次数:134
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 select_from_list_by_value(self, locator, *values)
1 def select_from_list_by_value(self, locator, *values): 2 """Selects `*values` from list identified by `locator` 3 4 Select lis...
分类:其他好文   时间:2015-04-29 00:26:34    阅读次数:303
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 select_from_list(self, locator, *items)
1 def select_from_list(self, locator, *items): 2 """Selects `*items` from list identified by `locator` 3 4 If more than one valu...
分类:其他好文   时间:2015-04-29 00:25:43    阅读次数:153
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 unselect_from_list(self, locator, *items)
1 def unselect_from_list(self, locator, *items): 2 """Unselects given values from select list identified by locator. 3 4 As a sp...
分类:其他好文   时间:2015-04-29 00:25:19    阅读次数:290
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 list_should_have_no_selections(self, locator)
1 def list_should_have_no_selections(self, locator): 2 """Verifies select list identified by `locator` has no selections. 3 4 Se...
分类:其他好文   时间:2015-04-29 00:25:09    阅读次数:176
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 list_selection_should_be(self, locator, *items)
1 def list_selection_should_be(self, locator, *items): 2 """Verifies the selection of select list identified by `locator` is exactly `*it...
分类:其他好文   时间:2015-04-29 00:22:43    阅读次数:260
Selenium2Library系列 keywords 之 _SelectElementKeywords 之 unselect_from_list_by_value(self, locator, *values)
1 def unselect_from_list_by_value(self, locator, *values): 2 """Unselects `*values` from list identified by `locator` 3 4 Select...
分类:其他好文   时间:2015-04-29 00:17:17    阅读次数:235
392条   上一页 1 ... 31 32 33 34 35 ... 40 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!