Package | Description |
---|---|
org.safs.selenium |
Modifier and Type | Field and Description |
---|---|
protected SGuiObject |
CFComponent.compObject |
protected SGuiObject |
CFComponent.winObject |
Modifier and Type | Method and Description |
---|---|
SGuiObject |
STestRecordHelper.getCompTestObject()
accessor method
|
SGuiObject |
SeleniumGUIUtilities.getGuiObject(java.lang.String recString,
com.thoughtworks.selenium.Selenium selenium,
java.lang.String windowId)
Returns the xpath of the component represented by a robot recognition string
|
SGuiObject |
SeleniumGUIUtilities.getTestObject(java.lang.String mapname,
java.lang.String windowName,
java.lang.String childName,
boolean ignoreCache)
Gets the object defined by the windowName and childName
|
SGuiObject |
SeleniumGUIUtilities.getWindowIdFromTitle(com.thoughtworks.selenium.Selenium selenium,
java.lang.String winRec)
Get's the window's id and returns it in the form of an SGuiObject
|
SGuiObject |
STestRecordHelper.getWindowTestObject()
accessor method
|
Modifier and Type | Method and Description |
---|---|
protected void |
CFEditBox.clearEditBox(SGuiObject _comp)
Purpose: Remove the content from EditBox.
|
protected java.awt.Rectangle |
SeleniumGUIUtilities.getComponentBounds(SGuiObject o,
com.thoughtworks.selenium.Selenium selenium)
Returns the bounds of a component as a Rectangle object
|
protected void |
CFEditBox.inputEditBox(SGuiObject _comp,
java.lang.String text,
boolean isCharacter)
Purpose: Set the text as the content of EditBox
|
protected void |
CFComponent.scrollToAndClickComponent(SGuiObject o)
Scrolls to a component then left clicks on it.
|
protected void |
CFComponent.scrollToComponent(SGuiObject o)
Scrolls to a component on the page
|
void |
STestRecordHelper.setCompTestObject(SGuiObject compTestObject)
accessor method
|
void |
STestRecordHelper.setWindowTestObject(SGuiObject windowTestObject)
accessor method
|
protected boolean |
CFEditBox.verifyEditBox(SGuiObject _comp,
java.lang.String keys)
Purpose: Compare the content of EditBox to the original keys,
If they are same, return true; Otherwise, return false. |
Copyright © SAS Institute. All Rights Reserved.