Home | Trees | Indices | Help |
---|
|
object --+ | PytestTester.PytestTester --+ | SeleniumTester
|
|||
webdriver.Remote |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
_homepage = None
|
|||
_browser = None
|
|||
_folder_dest = None
|
|||
_test_case_id = None
|
|||
_test_case_name = None
|
|||
_test_params = None
|
|||
_jinja_env = jinja2.Environment(loader= jinja2.FileSystemLoade
|
|||
_screenshot_report = None
|
|||
_screenshot_report_template = <Template 'screenshot_report.html'>
|
|||
_screenshots =
|
|||
_tc_screenshot_template = <Template 'testcase_screenshots.html'>
|
|||
_request = None
|
|
|||
webdriver.Remote |
browser Returns Instance of the WebDriver browser |
||
homepage Instance of the WebDriver homepage |
|||
Inherited from |
|
Instance of the WebDriver browser
|
Instance of the WebDriver homepage
|
Returns location of screenshot folder
|
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
|
Waist until document.readyState is equal to complete
|
Waist until an alert is visible
|
Goes to homepage before each test, unless marker skipsetup is given
|
Wait until an element becomes visible
|
Wait until an element cna be clicked
|
Wait until an element is present
|
Wait until an element is selected
|
Wait until an element becomes invisible
|
Wait until an element that moves on the screen stops moving
|
Wait for an element that contains specified text
|
Wait for an element's value to contain some test
|
|
_jinja_env
|
|
browserReturns Instance of the WebDriver browser
|
homepageInstance of the WebDriver homepage
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon May 26 11:58:13 2014 | http://epydoc.sourceforge.net |