C# Class Dev2.Studio.UI.Tests.UIMaps.Activities.DsfXpathUiMap

Inheritance: ToolsUiMapBase
Show file Open project: Warewolf-ESB/Warewolf Class Usage Examples

Public Methods

Method Description
DsfXpathUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : Dev2.Studio.UI.Tests.Enums
EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
GetTextFromFieldsToSearch ( ViewType viewType ) : string

Method Details

DsfXpathUiMap() public method

public DsfXpathUiMap ( bool createNewtab = true, bool dragFindRecordsOntoNewTab = true ) : Dev2.Studio.UI.Tests.Enums
createNewtab bool
dragFindRecordsOntoNewTab bool
return Dev2.Studio.UI.Tests.Enums

EnterTextIntoFieldsToSearch() public method

public EnterTextIntoFieldsToSearch ( string stringToEnter, ViewType viewType ) : void
stringToEnter string
viewType ViewType
return void

GetFieldsToSearchTextBoxControl() public method

public GetFieldsToSearchTextBoxControl ( ViewType viewType ) : UITestControl
viewType ViewType
return UITestControl

GetTextFromFieldsToSearch() public method

public GetTextFromFieldsToSearch ( ViewType viewType ) : string
viewType ViewType
return string