C# Class UIAccess.WebControl

Mostrar archivo Open project: geeksree/cSharpGeeks

Public Methods

Method Description
Click ( ) : void
ClickAt ( ) : void
DesktopMouseClick ( ) : void
Executejavascript ( string JavaScript ) : object
GetAttribute ( string AttributeName ) : string
GetAttributes ( ) : object>.Dictionary
GetChildren ( Locator aLocator, ControlType aControlType ) : List
GetControl ( ) : void
GetControls ( ) : ReadOnlyCollection
Highlight ( ) : void
IsControlPresent ( ) : bool
ScrollToElement ( ) : Point
WebControl ( Browser aBrowser, Locator aLocator ) : System
WebControl ( Browser aBrowser, LocatorType aLocatorType, string aLocator, ControlType aControlType ) : System

Method Details

Click() public method

public Click ( ) : void
return void

ClickAt() public method

public ClickAt ( ) : void
return void

DesktopMouseClick() public method

public DesktopMouseClick ( ) : void
return void

Executejavascript() public method

public Executejavascript ( string JavaScript ) : object
JavaScript string
return object

GetAttribute() public method

public GetAttribute ( string AttributeName ) : string
AttributeName string
return string

GetAttributes() public method

public GetAttributes ( ) : object>.Dictionary
return object>.Dictionary

GetChildren() public method

public GetChildren ( Locator aLocator, ControlType aControlType ) : List
aLocator Locator
aControlType ControlType
return List

GetControl() public method

public GetControl ( ) : void
return void

GetControls() public method

public GetControls ( ) : ReadOnlyCollection
return ReadOnlyCollection

Highlight() public method

public Highlight ( ) : void
return void

IsControlPresent() public method

public IsControlPresent ( ) : bool
return bool

ScrollToElement() public method

public ScrollToElement ( ) : Point
return Point

WebControl() public method

public WebControl ( Browser aBrowser, Locator aLocator ) : System
aBrowser WebDriverWrapper.Browser
aLocator Locator
return System

WebControl() public method

public WebControl ( Browser aBrowser, LocatorType aLocatorType, string aLocator, ControlType aControlType ) : System
aBrowser WebDriverWrapper.Browser
aLocatorType LocatorType
aLocator string
aControlType ControlType
return System