I am trying to check if a certain image (the output of a a test result) exists in a browser session.
I am using the C# SDK.
Following an example of code from Micro Focus, the verification procedure uses a line of code like one that follows the remarks:
Point?: point = browser.VerifyImageExists(imageToFind);
The issue I have is: how can I check the contents of the variable point, and which data type it has?
I am using the UFT LeanFT version 14.03.