| Property | Usage |
|---|---|
| .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. |
| .disabled | The value of the disabled attribute of an element, returned as a boolean. If true then user input is currently disabled for this item. |
| .name | This is the value of the name attribute (Form elements and Frames only) |