|
|
|
tlib_asset_folder()
Returns absolute path of tlib's asset folder |
source code
|
|
|
tlib_modules_folder()
Returns absolute path of folder containing all modules |
source code
|
|
|
tlib_config_folder()
Returns absolute path of tlib's config folder |
source code
|
|
|
|
|
webdriver_chrome_executable(version=' latest ' )
Returns path to Chrome WebDriver executable |
source code
|
|
|
webdriver_ie_executable()
Alias for webdriver_ie32_executable |
source code
|
|
|
webdriver_ie32_executable()
Returns path to IE WebDriver executable |
source code
|
|
|
webdriver_ie64_executable()
Returns path to IE WebDriver executable |
source code
|
|
|
android_server_apk()
Returns path to Webdriver for android |
source code
|
|
|
selendroid_server_jar()
Returns path to selendroid jar for android native app |
source code
|
|
|
|
list
|
run_command(logger,
command,
shell=False,
fail_on_error=True)
Run a command and skip test if exit code is not 0 |
source code
|
|
list
|
|
list
|
sort_list(l)
Sorts a list, and if the list has other objects inside, it will
iterate over them |
source code
|
|
dict
|
sort_dict(d)
Sorts a dictionary, and if the list has other objects inside, it will
iterate over them |
source code
|
|
|
|