메소드 | 설명 | |
---|---|---|
ClearSearch ( ) : void |
Searches for control.
|
|
ClickToolboxItem ( ToolType tool ) : void | ||
DragControlToWorkflowDesigner ( ToolType tool, UITestControl tabToDropOnto, |
Drags a control from the Toolbox to the Workflow
|
|
DragControlToWorkflowDesigner ( ToolType tool, |
Drags a control from the Toolbox to the Workflow
|
|
FindControl ( string itemAutomationID ) : UITestControl | ||
FindToolboxItemByAutomationId ( ToolType tool, string properSearchTerm = "" ) : UITestControl | ||
GetAllTools ( ) : UITestControlCollection | ||
IsIconVisible ( UITestControl tool ) : bool |
Determines whether [is icon visible] [the specified tool]. NOTE : Crap method. If icon has a lot of white in it it will fail ;)
|
|
SearchForControl ( string controlName ) : void |
Searches for control.
|
|
ToolboxUIMap ( ) : System.Drawing |
public DragControlToWorkflowDesigner ( ToolType tool, UITestControl tabToDropOnto, |
||
tool | ToolType | |
tabToDropOnto | UITestControl | The tab on which to drop the control |
pointToDragTo | The point you wish to drop the control | |
getDroppedActivity | bool | Get and return the dropped control |
리턴 | UITestControl |
public DragControlToWorkflowDesigner ( ToolType tool, |
||
tool | ToolType | |
p | The point you wish to drop the control - Point p = WorkflowDesignerUIMap.GetPointUnderStartNode("someWorkflow"); is a good palce to start | |
searchID | string | The search unique identifier. |
리턴 | void |
public FindControl ( string itemAutomationID ) : UITestControl | ||
itemAutomationID | string | |
리턴 | UITestControl |
public FindToolboxItemByAutomationId ( ToolType tool, string properSearchTerm = "" ) : UITestControl | ||
tool | ToolType | |
properSearchTerm | string | |
리턴 | UITestControl |
public IsIconVisible ( UITestControl tool ) : bool | ||
tool | UITestControl | The tool. |
리턴 | bool |
public SearchForControl ( string controlName ) : void | ||
controlName | string | Name of the control. |
리턴 | void |