Robot Framework SeleniumLibrary
SeleniumLibrary.locators.customlocator.CustomLocator Class Reference
Inheritance diagram for SeleniumLibrary.locators.customlocator.CustomLocator:
SeleniumLibrary.base.context.ContextAware

Public Member Functions

def __init__ (self, ctx, name, finder)
 
def find (self, criteria, tag, constraints, parent)
 
- 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)
 

Public Attributes

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

Additional Inherited Members

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

Detailed Description

Definition at line 28 of file customlocator.py.

Constructor & Destructor Documentation

◆ __init__()

def SeleniumLibrary.locators.customlocator.CustomLocator.__init__ (   self,
  ctx,
  name,
  finder 
)

Definition at line 30 of file customlocator.py.

Member Function Documentation

◆ find()

def SeleniumLibrary.locators.customlocator.CustomLocator.find (   self,
  criteria,
  tag,
  constraints,
  parent 
)

Definition at line 35 of file customlocator.py.

Member Data Documentation

◆ finder

SeleniumLibrary.locators.customlocator.CustomLocator.finder

Definition at line 33 of file customlocator.py.

◆ name

SeleniumLibrary.locators.customlocator.CustomLocator.name

Definition at line 32 of file customlocator.py.


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