Selenium 2 Libraryシリーズkeywordsの_SelectElementKeywordsのpage_should_not_contain_list(self, locator, message='', loglevel='INFO')

1862 ワード

 1     def page_should_not_contain_list(self, locator, message='', loglevel='INFO'):

 2         """Verifies select list identified by `locator` is not found from current page.

 3 

 4         See `Page Should Contain Element` for explanation about `message` and

 5         `loglevel` arguments.

 6 

 7         Key attributes for lists are `id` and `name`. See `introduction` for

 8         details about locating elements.

 9         """

10         self._page_should_not_contain_element(locator, 'list', message, loglevel)

メソッド名:page_should_not_contain_list(self, locator, message='', loglevel='INFO')
類似の方法:
共通メソッドselect listが現在のページに存在しないことを検証
受信パラメータ:locator,message=',loglevel='INFO'
10行:使用_page_should_not_contain_element(locator, 'list', message, loglevel)