Robot Framework SeleniumLibrary
SeleniumLibrary.base.librarycomponent.LibraryComponent Class Reference
Inheritance diagram for SeleniumLibrary.base.librarycomponent.LibraryComponent:
SeleniumLibrary.base.context.ContextAware SeleniumLibrary.keywords.alert.AlertKeywords SeleniumLibrary.keywords.browsermanagement.BrowserManagementKeywords SeleniumLibrary.keywords.cookie.CookieKeywords SeleniumLibrary.keywords.element.ElementKeywords SeleniumLibrary.keywords.formelement.FormElementKeywords SeleniumLibrary.keywords.frames.FrameKeywords SeleniumLibrary.keywords.javascript.JavaScriptKeywords SeleniumLibrary.keywords.runonfailure.RunOnFailureKeywords SeleniumLibrary.keywords.screenshot.ScreenshotKeywords SeleniumLibrary.keywords.selectelement.SelectElementKeywords SeleniumLibrary.keywords.tableelement.TableElementKeywords SeleniumLibrary.keywords.waiting.WaitingKeywords SeleniumLibrary.keywords.window.WindowKeywords

Public Member Functions

def assert_page_contains (self, locator, tag=None, message=None, loglevel='TRACE')
 
def assert_page_not_contains (self, locator, tag=None, message=None, loglevel='TRACE')
 
def debug (self, msg, html=False)
 
def get_timeout (self, timeout=None)
 
def info (self, msg, html=False)
 
def log (self, msg, level='INFO', html=False)
 
def log_source (self, loglevel='INFO')
 
def warn (self, msg, html=False)
 
- Public Member Functions inherited from SeleniumLibrary.base.context.ContextAware
def __init__ (self, ctx)
 Base class exposing attributes from the common context. More...
 
def find_element (self, locator, tag=None, required=True, parent=None)
 Find element matching locator. More...
 
def find_elements (self, locator, tag=None, parent=None)
 Find all elements matching locator. More...
 
def is_element_enabled (self, locator, tag=None)
 
def is_text_present (self, text)
 
def is_visible (self, locator)
 

Properties

 log_dir = property
 
- Properties inherited from SeleniumLibrary.base.context.ContextAware
 driver = property
 
 drivers = property
 
 element_finder = property
 

Private Member Functions

def log_dir (self)
 

Additional Inherited Members

- Public Attributes inherited from SeleniumLibrary.base.context.ContextAware
 ctx
 

Detailed Description

Definition at line 28 of file librarycomponent.py.

Member Function Documentation

◆ assert_page_contains()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.assert_page_contains (   self,
  locator,
  tag = None,
  message = None,
  loglevel = 'TRACE' 
)

Definition at line 46 of file librarycomponent.py.

◆ assert_page_not_contains()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.assert_page_not_contains (   self,
  locator,
  tag = None,
  message = None,
  loglevel = 'TRACE' 
)

Definition at line 57 of file librarycomponent.py.

◆ debug()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.debug (   self,
  msg,
  html = False 
)

Definition at line 33 of file librarycomponent.py.

◆ get_timeout()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.get_timeout (   self,
  timeout = None 
)

Definition at line 68 of file librarycomponent.py.

◆ info()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.info (   self,
  msg,
  html = False 
)

Definition at line 30 of file librarycomponent.py.

◆ log()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.log (   self,
  msg,
  level = 'INFO',
  html = False 
)

Definition at line 36 of file librarycomponent.py.

◆ log_dir()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.log_dir (   self)
private

Definition at line 76 of file librarycomponent.py.

◆ log_source()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.log_source (   self,
  loglevel = 'INFO' 
)

◆ warn()

def SeleniumLibrary.base.librarycomponent.LibraryComponent.warn (   self,
  msg,
  html = False 
)

Definition at line 40 of file librarycomponent.py.

Property Documentation

◆ log_dir

SeleniumLibrary.base.librarycomponent.LibraryComponent.log_dir = property
static

Definition at line 74 of file librarycomponent.py.


The documentation for this class was generated from the following file: