C# Class WebDriverWrapper.ControlAccess

Inheritance: IControlAccess
Afficher le fichier Open project: geeksree/cSharpGeeks Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode Description
InitializeWebElement ( ) : void
InitializeWebElements ( ) : void

Method Details

ClickAt() public méthode

public ClickAt ( ) : void
Résultat void

GetChildren() public méthode

public GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType ) : List
Locator string
aLocatorType LocatorType
aControlType ControlType
Résultat List

GetControl() public méthode

public GetControl ( ) : IControl
Résultat IControl

GetControls() public méthode

public GetControls ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

IntializeControlAccess() public méthode

public IntializeControlAccess ( ) : void
Résultat void

IsElementPresent() public méthode

public IsElementPresent ( ) : bool
Résultat bool