Automation Guide
Action-based testing language
TestArchitect Automation Classes
Automation classes
AbtPictureCheckManagement ![](data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAABmJLR0QA/wD/AP+gvaeTAAAAXklEQVRIiWNgGAWjAAoYoZhmhk9kYGCYQStLHBgYGP4xMDD8h1pEE0vSkSyhmU9GqCVMtHABJYCmQTR0DXdgoCCjMROh5iEDA4MgAwPDRQYGhlyoRVQHNC3sRsEQBwD2mR7t73r7NQAAAABJRU5ErkJggg==)
The requested page is not available for selected version.
GetPictureCheck
Syntax
AbtPictureCheck GetPictureCheck(string path)
Description
Retrieve a picture check in the current project or the supplier project.
Parameters
path
String specifying a regular or shared picture check’s path (learn more), with forward slash (/) as the path separator.
- If the target image is in a shared picture check, the path starts with the forward slash (/), which corresponds to the Picture Checks subfolder of the project; followed by picture’s name.
- If the target image is in a regular picture check, the path starts with picture’s name.
Return Value
Return an AbtPictureCheck object. If the call is unsuccessful, return null.
Notes
- This method is currently supported only by the C# harness.