public class WpfVisualTestObject extends GuiTestObject
ignoreTheObjectState, ref| Constructor and Description |
|---|
WpfVisualTestObject()
For internal use.
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
For internal use.
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
For internal use.
|
WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
For internal use.
|
WpfVisualTestObject(TestObject obj)
For internal use.
|
WpfVisualTestObject(com.rational.test.ft.object.TestObjectReference ref)
For internal use.
|
| Modifier and Type | Method and Description |
|---|---|
GuiTestObject[] |
GetChildrenAtPoint(java.awt.Point screenPt)
Returns an array of references to the children at the specified point.
|
TestObject[] |
GetLogicalChildren()
Returns a list of Logical children of this TestObject
|
TestObject |
GetLogicalParent()
Returns the logical parent of this TestObject.
|
TestObject[] |
GetVisualChildren()
Returns a list of Visual children of this TestObject
|
TestObject |
GetVisualParent()
Returns the visual parent of this TestObject.
|
canTakeVP, click, click, click, click, clickRadio, doubleClick, doubleClick, doubleClick, doubleClick, drag, drag, drag, drag, dragToScreenPoint, dragToScreenPoint, dragToScreenPoint, ensureObjectIsVisible, getChildAtPoint, getClippedScreenRectangle, getImage, getImage, getIWindow, getRole, getScreenPoint, getScreenPoint, getScreenRectangle, getScreenSnapshot, getVisibleArea, hasFocus, hover, hover, hover, hover, invokeProxyWithGuiDelay, invokeProxyWithGuiDelay, isEnabled, isOpaque, isPointInObject, isShowing, mouseMove, mouseMove, nClick, nClickDrag, nClickDragToScreenPoint, switchToexists, exists, exists, find, find, findAndInvoke, findAndInvokeProxy, getProperty, getTestDataTypes, invoke, invokeProxy, unregister, waitForExistencecompare, compare, compareAndLog, compareAndLog, equals, find, findAndInvoke, getActualData, getChildren, getDescribedObject, getDescribedObjects, getDescriptiveName, getDomain, getField, getIndexer, getIndexer, getIndexers, getMappableChildren, getMappableParent, getMapProperties, getMethods, getNameInScript, getNonValueProperties, getObjectClassName, getObjectCustomClassName, getObjectReference, getOwnedObjects, getOwner, getParent, getProcess, getProperties, getPropertyFromMap, getRecognitionProperties, getRecognitionPropertyWeight, getScriptCommandFlags, getStandardProperties, getTestData, getTopMappableParent, getTopParent, hashCode, invoke, invoke, invoke, invokeProxy, invokeProxy, isHtmlWebui, isLoggedDuringUnregister, isMappedObject, isSameObject, isScreenTestObject, isTopLevelTestObject, performTest, performTest, performTest, performTest, setIndexer, setIndexer, setLoggedDuringUnregister, setMapProperties, setProperty, toString, updateTestData, waitForExistencepublic WpfVisualTestObject()
public WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor,
long scriptCommandFlags)
public WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject,
TestObject anchor)
public WpfVisualTestObject(com.rational.test.ft.object.map.SpyMappedTestObject mappedObject)
public WpfVisualTestObject(TestObject obj)
public WpfVisualTestObject(com.rational.test.ft.object.TestObjectReference ref)
public GuiTestObject[] GetChildrenAtPoint(java.awt.Point screenPt)
screenPt - - The screen relative point where children list is required.GuiTestObject listTestObject
and support more methods. Therefore, you may want to cast the return values.
If there are no children at the point, a 0-length array of TestObjects will be returned.com.rational.test.ft.object.interfaces.GuiTestObject}public TestObject GetLogicalParent()
TestObject - The logical parent#GetVisualParent()}public TestObject[] GetLogicalChildren()
TestObject list#GetVisualChildren()}public TestObject[] GetVisualChildren()
TestObject list#GetLogicalChildren()}public TestObject GetVisualParent()
TestObject - The visual parent#GetLogicalParent()}