C# Class UIAccess.WebControls.WebControl

Mostrar archivo Open project: geeksree/cSharpGeeks

Public Methods

Method Description
Click ( ) : void
ClickAt ( ) : void
DesktopMouseClick ( ) : void
DesktopMouseClick ( int offsetX, int offsetY ) : void
DesktopMouseDrag ( int offsetX, int offsetY ) : void
Executejavascript ( string JavaScript ) : object
GetAttribute ( string AttributeName ) : string
GetAttributes ( ) : object>.Dictionary
GetChildren ( Locator aLocator, ControlType aControlType ) : List
GetControl ( ) : void
GetControls ( ) : ReadOnlyCollection
HasChildren ( ) : bool
HasChildrenWithXpath ( string xpath ) : bool
Highlight ( ) : void
InjectJSInBrowser ( string JavaScript ) : object
IsControlPresent ( ) : bool
JSClick ( ) : void
ScrollToElement ( ) : Point
SendKeys ( string keys ) : void
Submit ( ) : void
WaitForChildren ( int maxTimeout ) : List
WaitForChildren ( string xpath, int maxTimeout ) : List
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

DesktopMouseClick() public method

public DesktopMouseClick ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
return void

DesktopMouseDrag() public method

public DesktopMouseDrag ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
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

HasChildren() public method

public HasChildren ( ) : bool
return bool

HasChildrenWithXpath() public method

public HasChildrenWithXpath ( string xpath ) : bool
xpath string
return bool

Highlight() public method

public Highlight ( ) : void
return void

InjectJSInBrowser() public method

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

IsControlPresent() public method

public IsControlPresent ( ) : bool
return bool

JSClick() public method

public JSClick ( ) : void
return void

ScrollToElement() public method

public ScrollToElement ( ) : Point
return Point

SendKeys() public method

public SendKeys ( string keys ) : void
keys string
return void

Submit() public method

public Submit ( ) : void
return void

WaitForChildren() public method

public WaitForChildren ( int maxTimeout ) : List
maxTimeout int
return List

WaitForChildren() public method

public WaitForChildren ( string xpath, int maxTimeout ) : List
xpath string
maxTimeout int
return List

WebControl() public method

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

WebControl() public method

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