-
Notifications
You must be signed in to change notification settings - Fork 1
Steps Module
Ahsan edited this page Mar 16, 2018
·
2 revisions
This modules covers the detailed implementation of the functions being used to carry out the test cases.
This modules provides an High level API to selenium way of interacting with the browser.
The functions are general enough to accomodate an array of usage e.g (
click_on),
or sometimes designed for a specifc need, to cater a single purpose ( e.g.
gallery_next )
The purpose and usage of functions are defined.
|
Modules |
||||||
|
|
|
|||||
Functions
|
|
|
|
Data |
||
|
|
WAIT_TIME = 1
chrome_options = <selenium.webdriver.chrome.options.Options object> driver = <selenium.webdriver.chrome.webdriver.WebDriver (session="a136fb743ccf4a4897a8798df9f65044")> prefs = {'profile.default_content_setting_values.notifications': 2} |
|