C# Class WebDriverWrapper.ControlAccess

Inheritance: IControlAccess
显示文件 Open project: geeksree/cSharpGeeks Class Usage Examples

Public Methods

Method Description
ClickAt ( ) : void
GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType ) : List
GetControl ( ) : IControl
GetControls ( ) : ReadOnlyCollection
IntializeControlAccess ( ) : void
IsElementPresent ( ) : bool

Private Methods

Method Description
InitializeWebElement ( ) : void
InitializeWebElements ( ) : void

Method Details

ClickAt() public method

public ClickAt ( ) : void
return void

GetChildren() public method

public GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType ) : List
Locator string
aLocatorType LocatorType
aControlType ControlType
return List

GetControl() public method

public GetControl ( ) : IControl
return IControl

GetControls() public method

public GetControls ( ) : ReadOnlyCollection
return ReadOnlyCollection

IntializeControlAccess() public method

public IntializeControlAccess ( ) : void
return void

IsElementPresent() public method

public IsElementPresent ( ) : bool
return bool