Test Object Interface Summary

Test Object Based on AreaProxy

  • Supported Subitems:
    SubitemUsage
    TextText

  • Supported Canonical Properties:
    PropertyUsage
    .alt The value of the alt attribute an element.  This is the "alternate" text  for the element, frequently displayed by the browser when the mouse hovers over the element.
    .bounds A rectangle representing the bounding rectangle of the object in screen coordinates.
    .class This is the  test object class name, for example "HtmlTable" for a <Table> element.
    .coords The value of the coords attribute of an element.  This is  string containing the coordinates used to define the AREA of client side image map.  In the form x1, y1, x2,y2, etc.
    .href The value of the href attribute of an element.  This is a URL used by ANCHOR and AREA elements to indicate the result of clicking on the corresponding element.
    .id This is the value of the id attribute of an element.
    .noHref The value of the nohref attribute of an element.  When set on an AREA element indicates that the corresponding area has no associated action.
    .offsetHeight The height of the element.
    .offsetLeft The offset of the element from its offset parent in the DOM.
    .offsetTop The offset of the element from its offset parent in the DOM.
    .offsetWidth The width  of the element.
    .screenLeft Upper left corner of bounding rectangle in screen coordinates, x component.
    .screenTop Upper left corner of bounding rectangle in screen coordinates, y component.
    .shape The value of the shapeattribute of an element. Used for AREA elements in client side image maps.  Valid values are default, rect, circle, and poly
    .tag This is the Html tag for the element
    .text This is the text inside of the HTML tags for bounding the element.  For example, <A>This is an Anchor<IMG src=map.gif></a>   the text property will return "This is an Anchor.   All white space are combined and reduced to a single a blank character if consecutive white space characters are found.
    .title This is the value of the title attribute of an element.  This is frequently the text displayed when hovering over the element with the mouse.