If you are using the Classic Agent, images in your Web application are objects of type HtmlImage. You can verify the appearance of the image by using the Bitmap tab in the Verify Window dialog box.
Window img = FindBrowserApplication("/BrowserApplication").FindBrowserWindow("//BrowserWindow").Find("//IMG[@title='Image1.png']") String src = img.GetProperty("src") String altText = img.GetProperty("alt") print(src) print(altText)