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 for the image to appear if (!CheckForImage(@"Paint\View Tab.bmp)) { WriteMessage("The view tab was not found"); }
See Also