| Package | Description |
|---|---|
| com.rational.test.ft.domain.html | |
| com.rational.test.ft.domain.html.dojo |
| Modifier and Type | Class and Description |
|---|---|
class |
AreaProxy
Implements the proxy for HTML Area elements.
|
class |
ComboListItemProxy
Implements the proxy for HTML ComboListItem objects.
|
class |
OptionProxy
Implements the proxy for HTML Option elements.
|
| Modifier and Type | Method and Description |
|---|---|
protected SubobjectProxy |
ImageProxy.getArea(int index) |
protected SubobjectProxy |
ImageProxy.getArea(java.awt.Point screenPoint) |
protected SubobjectProxy |
ImageProxy.getArea(com.rational.test.ft.script.Subitem subitem) |
protected SubobjectProxy |
SelectProxy.getOption(int index)
Get the option element (subobject) at the corresponding index.
|
protected SubobjectProxy |
SelectProxy.getOption(java.awt.Point point)
Get an option element (subobject) at the given point.
|
| Modifier and Type | Method and Description |
|---|---|
SubobjectProxy |
DojoComboboxProxy.getItemAtPoint(java.awt.Point point) |