zoukankan      html  css  js  c++  java
  • 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 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)

  • 相关阅读:
    HDOJ 1588 Gauss Fibonacci
    HDOJ 1494 跑跑卡丁车
    初识Linux
    大数据教程
    80后上班族
    人际交往,七种心态最惹人讨厌
    商人初步
    分页存储过程
    父母生日
    dephi小技巧
  • 原文地址:https://www.cnblogs.com/loveok-56/p/4464224.html
Copyright © 2011-2022 走看看