|
MaaFramework
A automation black-box testing framework based on image recognition.
|
Go to the source code of this file.
Functions | |
| MAA_FRAMEWORK_API MaaBool | MaaGlobalSetOption (MaaGlobalOption key, MaaOptionValue value, MaaOptionValueSize val_size) |
| MAA_FRAMEWORK_API MaaBool | MaaGlobalLoadPlugin (const char *library_path) |
| MAA_DEPRECATED MAA_FRAMEWORK_API MaaBool | MaaSetGlobalOption (MaaGlobalOption key, MaaOptionValue value, MaaOptionValueSize val_size) |
| MAA_FRAMEWORK_API MaaBool MaaGlobalSetOption | ( | MaaGlobalOption | key, |
| MaaOptionValue | value, | ||
| MaaOptionValueSize | val_size | ||
| ) |
| [in] | value |
| value | byte array, int*, char*, bool* |
| MAA_FRAMEWORK_API MaaBool MaaGlobalLoadPlugin | ( | const char * | library_path | ) |
load a plugin with full path or name only, name only will search in system directory and current directory or load plugins with recursive search in the directory
| MAA_DEPRECATED MAA_FRAMEWORK_API MaaBool MaaSetGlobalOption | ( | MaaGlobalOption | key, |
| MaaOptionValue | value, | ||
| MaaOptionValueSize | val_size | ||
| ) |
| value | byte array, int*, char*, bool* |