qtm
Interface to the qtm application.
import qtm
print(qtm.get_version())
# {'major': 2023, 'minor': 1, 'build': 7928}
print(qtm.get_version())
-- {build = 7928, minor = 1, major = 2023}
curl --json "" http://localhost:7979/api/scripting/qtm/get_version/
:: {"build":7928,"major":2023,"minor":1}
get_version
Get the version number of qtm.
Returns
{"major": integer, "minor": integer, "build": integer}
help
Get the documentation for a module or method.
Parameters
method
string?
The name of the method (if null, the documentation for the module will be returned instead).
Returns
string