background image
<< How Robot Maps HTML Elements | Supported Data Tests for HTML Testing >>
<< How Robot Maps HTML Elements | Supported Data Tests for HTML Testing >>

HTMLActiveX

How Robot Maps HTML Elements
14-9
HTMLDocument
All text between <
BODY
>
and </
BODY
>
Used so that verification
points can access all of the
data on a page. Individual
elements are identified by tag
and name or prefix.
HTMLTable
All text between <
TABLE
>
and </
TABLE
>
Used to test tables.
Verification points act on the
entire table. When capturing
object properties, each cell
appears as a separate
subelement.
HTMLActiveX
<
OBJECT
>
Used to record against clicks
on ActiveX controls
embedded in the page.
HTML
All other tags
Used for all other tags when
the tag has an ID or a name.
HTML can be used, for
example, to identify and test a
single paragraph on a page. In
this case, you must manually
insert an ID into the HTML
source to tag the particular
paragraph.
(Continued)
Robot Object
Type
HTML Element
Description