Home | Trees | Indices | Help |
---|
|
object --+ | PytestTester.PytestTester --+ | WebDriverTester
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
__metaclass__ = Singleton
|
|||
_driver = None
|
|||
_folder_dest = None
|
|||
_jinja_env = jinja2.Environment(loader= jinja2.FileSystemLoade
|
|||
_request = None
|
|||
_screenshot_report = None
|
|||
_screenshot_report_template = <Template 'screenshot_report.html'>
|
|||
_screenshots =
|
|||
_tc_screenshot_template = <Template 'testcase_screenshots.html'>
|
|||
_test_case_id = None
|
|||
_test_case_name = None
|
|||
_test_params = None
|
|||
Inherited from |
|
|||
Inherited from |
|
Will try to find a folder named "screenshot" starting from the file being executed and up to three levels up
|
Gets a string based on test case id and name, taking into account if test case has already been run or not
|
Get the webelement by CSS
|
Get the webelement by link text
|
Get the webelement by xpath
|
Get the webelement list by CSS
|
Get the webelement list by xpath
|
|
Returns location of screenshot folder
|
Goes to homepage before each test, unless marker skipsetup is given
|
Waist until an alert is visible
|
Wait until an element cna be clicked
|
Wait until an element becomes invisible
|
Wait until an element is present
|
Wait until an element is selected
|
Wait until an element that moves on the screen stops moving
|
Wait until an element becomes visible
|
Wait for an element that contains specified text
|
Wait for an element's value to contain some test
|
|
_jinja_env
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Tue Aug 26 11:35:12 2014 | http://epydoc.sourceforge.net |