Any area that is drawn using a bitmap in a Web application is considered an HtmlImage, regardless of whether the image contains links or not.
When recording against an image that has mapped regions, Silk Test Classic records ClickRegion("full URL").
The default tag is the index of the image, the base portion of the URL, or the prior static text, depending on what type of image it is.
There are three kinds of Html-images for Silk Test Classic:
Image Type | Description | Default Tag |
---|---|---|
Static | Does not contain any links | Index or prior static text |
One region | Entire image is clickable and is linked to one URL | Base URL, which is the file name portion of the address relative to the image; if not an http link, the full URL. |
Multi-region | Image has more than one clickable region (an image map) | Index or prior static text |
In addition to the properties it inherits from the AnyWin class and Control class, HtmlImage has the following properties for the DOM extension only:
For more information, see Properties.
Each of the pages in the GMO Web application contains an HtmlImage at the top that is the logo for the company.