C# Class UCosmic.Www.Mvc.PageFactory

Mostra file Open project: ucosmic/UCosmicPreview

Public Methods

Method Description
AutoCompleteMenuKey ( this fieldKey ) : string
CollectionItemClickKey ( this fieldKey, string clickDetail ) : string
CollectionItemKey ( this fieldKey, string itemDetail ) : string
CollectionItemRemoveKey ( this fieldKey, string removeDetail ) : string
CollectionItemTextKey ( this fieldKey ) : string
ComboBoxDownArrowKey ( this fieldKey ) : string
ErrorKey ( this fieldKey ) : string
ErrorTextKey ( this fieldKey, string errorType ) : string
GetPage ( this browser ) : UCosmic.Www.Mvc.Page
RadioKey ( this fieldKey, string radioLabel ) : string

Private Methods

Method Description
CreateNewInstance ( this page, IWebDriver browser = null ) : UCosmic.Www.Mvc.Page
GetCurrentPage ( IWebDriver browser ) : UCosmic.Www.Mvc.Page
GetTitledPage ( string title ) : UCosmic.Www.Mvc.Page
InitializeRegistry ( ) : void

Method Details

AutoCompleteMenuKey() public static method

public static AutoCompleteMenuKey ( this fieldKey ) : string
fieldKey this
return string

CollectionItemClickKey() public static method

public static CollectionItemClickKey ( this fieldKey, string clickDetail ) : string
fieldKey this
clickDetail string
return string

CollectionItemKey() public static method

public static CollectionItemKey ( this fieldKey, string itemDetail ) : string
fieldKey this
itemDetail string
return string

CollectionItemRemoveKey() public static method

public static CollectionItemRemoveKey ( this fieldKey, string removeDetail ) : string
fieldKey this
removeDetail string
return string

CollectionItemTextKey() public static method

public static CollectionItemTextKey ( this fieldKey ) : string
fieldKey this
return string

ComboBoxDownArrowKey() public static method

public static ComboBoxDownArrowKey ( this fieldKey ) : string
fieldKey this
return string

ErrorKey() public static method

public static ErrorKey ( this fieldKey ) : string
fieldKey this
return string

ErrorTextKey() public static method

public static ErrorTextKey ( this fieldKey, string errorType ) : string
fieldKey this
errorType string
return string

GetPage() public static method

public static GetPage ( this browser ) : UCosmic.Www.Mvc.Page
browser this
return UCosmic.Www.Mvc.Page

RadioKey() public static method

public static RadioKey ( this fieldKey, string radioLabel ) : string
fieldKey this
radioLabel string
return string