Home | Trees | Indices | Help |
---|
|
object --+ | PytestTester.PytestTester --+ | SeleniumTester
|
|||
webdriver.Remote |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
bool |
|
||
|
|||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
WebElement |
|
||
|
|||
|
|||
Inherited from Inherited from |
|
|||
|
|
|||
_homepage = None
|
|||
_test_logger = None
|
|||
_tlib_logger = 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'>
|
|
|||
webdriver.Remote |
browser Returns Instance of the WebDriver browser |
||
homepage Instance of the WebDriver homepage |
|||
test_logger Logger object to log test information |
|||
Inherited from |
|
Instance of the WebDriver browser
|
Instance of the WebDriver homepage
|
|
Gets a string based on test case id and name, taking into account if test case has already been run or not
|
Generates HTML page with all test case results for the class
|
Generates HTML page with all the screenshots for a test case Supports generating different When test cases are run multiple times with the same arguments
|
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
|
test_loggerLogger object to log test information
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Wed May 07 10:11:41 2014 | http://epydoc.sourceforge.net |