| Modifier and Type | Class and Description |
|---|---|
class |
DescribedObject
A DescribedObject is a list of properties created in another domain, or
or perhaps even TestContext, which describes an object in the current domain.
|
class |
DescribedObjectReference
DescribedObjectReference represents the reference to a DescribedObject,
an known object which exists in another domain.
|
class |
DomainProxy
The base class for all domain proxies.
|
class |
ProcessDomainProxy
The class for the Java domain proxy.
|
class |
TimeOutProxyTestObject |
| Modifier and Type | Method and Description |
|---|---|
ProxyTestObject[] |
ProxyTestObject.findChildrenWithProperties(FindPropertySet fps,
boolean mappableOnly)
Finds all candidates that match given search criteria starting at this
ProxyTestObject. |
ProxyTestObject[] |
IXPathFind.findElementsByXpath(java.lang.String xpath) |
ProxyTestObject[] |
IQuickFind.findElementsDirectly(boolean mappable) |
ProxyTestObject[] |
IQuickFind.findElementsViaQuery(boolean mappable) |
ProxyTestObject[] |
TimeOutProxyTestObject.getChildren() |
abstract ProxyTestObject[] |
ProxyTestObject.getChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
DomainProxy.getChildren()
Returns an array of proxies for the children
of this object.
|
ProxyTestObject[] |
DescribedObjectReference.getChildren() |
ProxyTestObject[] |
DescribedObject.getChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
ProxyTestObject.getChildren(ContextObject contextProxy)
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object based on the context which
was set by the argument proxy test object
|
ProxyTestObject |
TestDomainImplementation.getDescribedObject(DescribedObject describedObject)
Find the object described by the set of properties in the DescribedObject.
|
ProxyTestObject[] |
IQuickFind.getElementsByNameInProxyTestObjects(java.lang.String name) |
ProxyTestObject[] |
IQuickFind.getElementsByTagInProxyTestObjects(java.lang.String tag) |
ProxyTestObject[] |
IQuickFind.getElementsDirectly(Property property,
boolean mappable) |
ProxyTestObject |
ProxyTestObject.getElementWithFocus() |
ProxyTestObject[] |
TimeOutProxyTestObject.getMappableChildren() |
abstract ProxyTestObject[] |
ProxyTestObject.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
DomainProxy.getMappableChildren()
Returns an array of proxies for the children
of this object.
|
ProxyTestObject[] |
DescribedObjectReference.getMappableChildren() |
ProxyTestObject[] |
DescribedObject.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
ProxyTestObject.getMappableChildren(ContextObject contextProxy)
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
IQuickFind.getMappableElementsByNameInProxyTestObjects(java.lang.String name) |
ProxyTestObject[] |
IQuickFind.getMappableElementsByTagInProxyTestObjects(java.lang.String tag) |
ProxyTestObject |
TimeOutProxyTestObject.getMappableParent() |
abstract ProxyTestObject |
ProxyTestObject.getMappableParent()
Returns a proxy object for the mappable parent of this object;
returns
null if this object has no mappable parent. |
ProxyTestObject |
DomainProxy.getMappableParent()
Returns a proxy object for the parent of this object.
|
ProxyTestObject |
DescribedObjectReference.getMappableParent() |
ProxyTestObject |
DescribedObject.getMappableParent()
Returns a proxy object for the mappable parent of this object;
returns
null if this object has no mappable parent. |
ProxyTestObject |
ProxyTestObject.getMappableParent(ContextObject contextProxy)
Returns a proxy object for the mappable parent of this object;
returns
null if this object has no mappable parent. |
ProxyTestObject[] |
TimeOutProxyTestObject.getOwnedObjects() |
abstract ProxyTestObject[] |
ProxyTestObject.getOwnedObjects()
Returns an array of proxies for the objects owned
by this object.
|
ProxyTestObject[] |
DomainProxy.getOwnedObjects()
Always returns
null because object relationships are not
understood at this level of abstaction. |
ProxyTestObject[] |
DescribedObjectReference.getOwnedObjects() |
ProxyTestObject[] |
DescribedObject.getOwnedObjects()
Returns an array of proxies for the objects owned
by this object.
|
ProxyTestObject[] |
ProxyTestObject.getOwnedObjects(java.lang.String domain)
Returns an array of proxies for the objects owned
by this object.
|
ProxyTestObject |
TimeOutProxyTestObject.getOwner() |
abstract ProxyTestObject |
ProxyTestObject.getOwner()
Returns a proxy object for the owner of this object;
returns
null if this object has no owner. |
ProxyTestObject |
DomainProxy.getOwner()
Always returns
null because object relationships are not
understood at this level of abstaction. |
ProxyTestObject |
DescribedObjectReference.getOwner() |
ProxyTestObject |
DescribedObject.getOwner()
Returns a proxy object for the owner of this object;
returns
null if this object has no owner. |
ProxyTestObject |
TimeOutProxyTestObject.getParent() |
abstract ProxyTestObject |
ProxyTestObject.getParent()
Returns a proxy object for the parent of this object;
returns
null if this object has no parent. |
ProxyTestObject |
DomainProxy.getParent()
Returns a proxy object for the parent of this object.
|
ProxyTestObject |
DescribedObjectReference.getParent() |
ProxyTestObject |
DescribedObject.getParent()
Returns a proxy object for the parent of this object;
returns
null if this object has no parent. |
ProxyTestObject |
ProxyTestObject.getParent(ContextObject contextProxy)
Returns a proxy object for the parent of this object;
returns
null if this object has no parent. |
ProxyTestObject |
ProxyTestObject.getProxy()
Exports access to the proxy for the object being evaluated.
|
abstract ProxyTestObject |
TestDomainImplementation.getProxy(java.lang.Object theObject)
Returns a proxy object for the specified object.
|
ProxyTestObject |
ProcessDomainImplementation.getProxy(java.lang.Object theObject)
Returns a proxy object for the specified object.
|
abstract ProxyTestObject |
TestDomainImplementation.getTopLevelObject(Window window)
Returns the
topLevelObject that matches the specified window. |
ProxyTestObject |
ProcessDomainImplementation.getTopLevelObject(Window window)
Not supported - throws
UnsupportedMethodException. |
ProxyTestObject |
TestDomainImplementation.getTopLevelObject(Window topWindow,
Window pointWindow) |
ProxyTestObject |
TimeOutProxyTestObject.getTopMappableParent() |
abstract ProxyTestObject |
ProxyTestObject.getTopMappableParent()
Returns a proxy object for the top mappable parent of this object;
returns a pointer to itself if this object has no mappable parent.
|
ProxyTestObject |
DomainProxy.getTopMappableParent()
Returns a proxy object for the parent of this object.
|
ProxyTestObject |
DescribedObjectReference.getTopMappableParent() |
ProxyTestObject |
DescribedObject.getTopMappableParent()
Returns a proxy object for the top mappable parent of this object;
returns a pointer to itself if this object has no mappable parent.
|
ProxyTestObject[] |
DomainProxy.getTopObjects()
Returns an array of references to the top objects in the domain.
|
ProxyTestObject |
TimeOutProxyTestObject.getTopParent() |
abstract ProxyTestObject |
ProxyTestObject.getTopParent()
Returns a proxy object for the top parent of this object;
returns a pointer to itself if this object has no parent.
|
ProxyTestObject |
DomainProxy.getTopParent()
Returns a proxy object for the parent of this object.
|
ProxyTestObject |
DescribedObjectReference.getTopParent() |
ProxyTestObject |
DescribedObject.getTopParent()
Returns a proxy object for the top parent of this object;
returns a pointer to itself if this object has no parent.
|
protected ProxyTestObject |
ProxyTestObject.getVisualClippableParent()
Return the clippable parent for the control
|
ProxyTestObject[] |
ProxyTestObject.getVisualMappableChildren()
Returns the visual mappable Children for the given ProxyTestObject
|
ProxyTestObject |
ProxyTestObject.getVisualTopParent()
Return the top mappable parent that is sensible for the Visual Object Maps
In case of HTML document is top visual parent
In case of PDF, page is the top visual parent
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ProxyTestObject.addDataDrivableCommands(ProxyTestObject proxy,
java.util.Vector commands,
int includeChildren) |
static boolean |
ProxyUtilities.setTextFromGlass(ProxyTestObject proxy,
java.lang.String text)
Attempt to clear the existing text in supplied text field proxy using
high level actions and set the text to teh supplied text value.
|
static boolean |
ProxyUtilities.setTextFromGlass(ProxyTestObject proxy,
java.lang.String text,
java.lang.String clearTextKeys)
The same as the sister method
setTextFromGlass, except that this method futher allows the key sequence used
to clear text from the control to be specified. |
static boolean |
ProxyUtilities.setTextFromGlassOnBaseChannel(ProxyTestObject proxy,
java.lang.String text)
Attempt to clear the existing text in supplied text field proxy using
high level actions and set the text to teh supplied text value.
|
static boolean |
ProxyUtilities.setTextFromGlassOnBaseChannel(ProxyTestObject proxy,
java.lang.String text,
java.lang.String clearTextKeys)
The same as the sister method
setTextFromGlassOnBaseChannel, except that this method futher allows the key sequence used
to clear text from the control to be specified. |
boolean |
TestDomainImplementation.supportVOMOptimization(int optimizationCode,
ProxyTestObject selectedObject)
Return true if the domain support different Visual Object Map Optimizations.
|
| Constructor and Description |
|---|
NativeProxyReleasedException(ProxyTestObject proxy) |
| Modifier and Type | Method and Description |
|---|---|
ProxyTestObject[] |
FlexTextAreaProxy.getChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexSliderProxy.getChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexObjectProxy.getChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexNumericStepperProxy.getChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexListLabelProxy.getChildren() |
ProxyTestObject |
FlexTestDomainImplementation.getDescribedObject(DescribedObject describedObject) |
ProxyTestObject[] |
FlexPopUpButtonProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexObjectProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexMenuBarProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexListProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexListLabelProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexDataGridProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexComboBoxProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexColorPickerProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject[] |
FlexAdvancedDataGridProxy.getMappableChildren()
Returns an array of proxies, visible by using the TestObject interface
from a script, for the children of this object.
|
ProxyTestObject |
FlexObjectProxy.getMappableParent()
Returns a proxy object for the mappable parent of this object;
returns
null if this object has no mappable parent. |
ProxyTestObject |
FlexMenuProxy.getMappableParent()
Returns a proxy object for the mappable parent of this object;
returns
null if this object has no mappable parent. |
ProxyTestObject |
FlexListLabelProxy.getMappableParent() |
ProxyTestObject[] |
FlexObjectProxy.getOwnedObjects()
Returns an array of proxies for the objects owned
by this object.
|
ProxyTestObject |
FlexObjectProxy.getOwner()
Returns a proxy object for the owner of this object;
returns
null if this object has no owner. |
ProxyTestObject |
FlexApplicationProxy.getOwner() |
ProxyTestObject |
FlexObjectProxy.getParent()
Returns a proxy object for the parent of this object;
returns
null if this object has no parent. |
ProxyTestObject |
FlexProxyMap.getProxy(FlexTestDomainImplementation domain,
java.lang.String automationId,
long transId) |
ProxyTestObject |
FlexTestDomainImplementation.getProxy(java.lang.Object theObject) |
ProxyTestObject |
FlexTestDomainImplementation.getProxy(java.lang.Object theObject,
long transId) |
ProxyTestObject |
FlexTestDomainImplementation.getTopLevelObject(Window window) |
ProxyTestObject |
FlexObjectProxy.getTopMappableParent()
Returns a proxy object for the top mappable parent of this object;
returns a pointer to itself if this object has no mappable parent.
|
ProxyTestObject |
FlexObjectProxy.getTopParent()
Returns a proxy object for the top parent of this object;
returns a pointer to itself if this object has no parent.
|
ProxyTestObject |
FlexObjectProxy.getVisualTopParent()
Returns the top mappable parent for a given proxy.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
FlexTestDomainImplementation.isFlexObject(ProxyTestObject object) |
| Modifier and Type | Class and Description | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
class |
ActiveXProxy
This is the proxy for COM objects embedded in HTML.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
AnchorProxy
Implements the proxy for HTML Anchors (Links).
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
AppletProxy
Implements the proxy for HTML Applet elements.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
AreaProxy
Implements the proxy for HTML Area elements.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
BrowserDialogProxy |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
BrowserTabProxy
Implements the proxy for Browser Tab Button element.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
BrowserToolbarProxy
Implements the proxy for Browser Toolbar Button elements.
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
class |
CheckboxProxy
Implements the Proxy for HTML INPUT type=checkbox, and type=radio elements
TestObject Interface:
ToggleGuiTestObject
Supported Test Data Types:
|