C# Class UIAccess.WebControls.WebControl

Afficher le fichier Open project: geeksree/cSharpGeeks

Méthodes publiques

Méthode 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 méthode

public Click ( ) : void
Résultat void

ClickAt() public méthode

public ClickAt ( ) : void
Résultat void

DesktopMouseClick() public méthode

public DesktopMouseClick ( ) : void
Résultat void

DesktopMouseClick() public méthode

public DesktopMouseClick ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
Résultat void

DesktopMouseDrag() public méthode

public DesktopMouseDrag ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
Résultat void

Executejavascript() public méthode

public Executejavascript ( string JavaScript ) : object
JavaScript string
Résultat object

GetAttribute() public méthode

public GetAttribute ( string AttributeName ) : string
AttributeName string
Résultat string

GetAttributes() public méthode

public GetAttributes ( ) : object>.Dictionary
Résultat object>.Dictionary

GetChildren() public méthode

public GetChildren ( Locator aLocator, ControlType aControlType ) : List
aLocator Locator
aControlType ControlType
Résultat List

GetControl() public méthode

public GetControl ( ) : void
Résultat void

GetControls() public méthode

public GetControls ( ) : ReadOnlyCollection
Résultat ReadOnlyCollection

HasChildren() public méthode

public HasChildren ( ) : bool
Résultat bool

HasChildrenWithXpath() public méthode

public HasChildrenWithXpath ( string xpath ) : bool
xpath string
Résultat bool

Highlight() public méthode

public Highlight ( ) : void
Résultat void

InjectJSInBrowser() public méthode

public InjectJSInBrowser ( string JavaScript ) : object
JavaScript string
Résultat object

IsControlPresent() public méthode

public IsControlPresent ( ) : bool
Résultat bool

JSClick() public méthode

public JSClick ( ) : void
Résultat void

ScrollToElement() public méthode

public ScrollToElement ( ) : Point
Résultat Point

SendKeys() public méthode

public SendKeys ( string keys ) : void
keys string
Résultat void

Submit() public méthode

public Submit ( ) : void
Résultat void

WaitForChildren() public méthode

public WaitForChildren ( int maxTimeout ) : List
maxTimeout int
Résultat List

WaitForChildren() public méthode

public WaitForChildren ( string xpath, int maxTimeout ) : List
xpath string
maxTimeout int
Résultat List

WebControl() public méthode

public WebControl ( Browser aBrowser, Locator aLocator ) : System
aBrowser Browser
aLocator Locator
Résultat System

WebControl() public méthode

public WebControl ( Browser aBrowser, LocatorType aLocatorType, string aLocator, ControlType aControlType ) : System
aBrowser Browser
aLocatorType LocatorType
aLocator string
aControlType ControlType
Résultat System