|
pytest_addoption(parser)
Options supported by pytest's selenium plug-in |
source code
|
|
|
driver(request,
tlib_logger,
adb_logger)
Fixture to creates a Webdriver object to interact with native apps
specified by command line parameters |
source code
|
|
|
|
|
browser(request,
tlib_logger,
adb_logger,
chromedriver_version)
Fixture to create a browser as specified by the command line
parameter --browser |
source code
|
|
|
|
|
get_browser(request,
tlib_logger,
adb_logger,
browser_str,
chromedriver=' latest ' )
Creates a Webdriver object to interact with browser specified in
browser_str parameter |
source code
|
|
|
|