|
| def | __init__ (self, ctx, name, finder) |
| |
| def | find (self, criteria, tag, constraints, parent) |
| |
| 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) |
| |
Definition at line 28 of file customlocator.py.
◆ __init__()
| def SeleniumLibrary.locators.customlocator.CustomLocator.__init__ |
( |
|
self, |
|
|
|
ctx, |
|
|
|
name, |
|
|
|
finder |
|
) |
| |
◆ find()
| def SeleniumLibrary.locators.customlocator.CustomLocator.find |
( |
|
self, |
|
|
|
criteria, |
|
|
|
tag, |
|
|
|
constraints, |
|
|
|
parent |
|
) |
| |
◆ finder
| SeleniumLibrary.locators.customlocator.CustomLocator.finder |
◆ name
| SeleniumLibrary.locators.customlocator.CustomLocator.name |
The documentation for this class was generated from the following file: