Interface Image

All Superinterfaces:
Clickable, LocationInfoProvider, SupportDragAndDrop, SupportsNativeObject, TestObject, TestObjectDescriber, VisibleProvider, WaitUntilVisibleProvider, WebElement, WebTestObject, WebTestObjectDescriber

public interface Image extends WebElement
A Web image element in the HTML.
Examples:
    <img src= myImage.png />
    an image link that, when clicked, navigates to another URL
DOM structure example:
    <a href= http://www.google.com >
    <img src= googleLogo.png />
    </a>