C# Class WebDriverWrapper.SeleniumWebCalender

Inheritance: SeleniumWebControls, ICalender
Show file Open project: geeksree/cSharpGeeks

Public Methods

Method Description
GetCalenderHeader ( string locator, LocatorType locatorType ) : SeleniumWebControls
GetMonthAndYear ( string locator, LocatorType locatorType, string headerLocator, LocatorType headerLocatorType ) : SeleniumWebControls

Private Methods

Method Description
SeleniumWebCalender ( IWebElement aWebElement, ControlType aControlType, ControlAccess access ) : OpenQA.Selenium

Method Details

GetCalenderHeader() public method

public GetCalenderHeader ( string locator, LocatorType locatorType ) : SeleniumWebControls
locator string
locatorType LocatorType
return SeleniumWebControls

GetMonthAndYear() public method

public GetMonthAndYear ( string locator, LocatorType locatorType, string headerLocator, LocatorType headerLocatorType ) : SeleniumWebControls
locator string
locatorType LocatorType
headerLocator string
headerLocatorType LocatorType
return SeleniumWebControls