Checks if an image has appeared anywhere on the screen.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
Parameters
- image
- Type: System String
The image to be found
Return Value
Returns true if the image has appeared otherwise false.Remarks
Examples
// wait a maximum of 20 seconds for the image 100 pixels around the original location if (!CheckForImage(@"Paint\View Tab.bmp", 126, 26, 40, 12,100, 20000)) { WriteMessage("The view tab was not found"); }
See Also