C# Класс UIAccess.WebControls.WebControl

Показать файл Открыть проект

Открытые методы

Метод Описание
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

Описание методов

Click() публичный Метод

public Click ( ) : void
Результат void

ClickAt() публичный Метод

public ClickAt ( ) : void
Результат void

DesktopMouseClick() публичный Метод

public DesktopMouseClick ( ) : void
Результат void

DesktopMouseClick() публичный Метод

public DesktopMouseClick ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
Результат void

DesktopMouseDrag() публичный Метод

public DesktopMouseDrag ( int offsetX, int offsetY ) : void
offsetX int
offsetY int
Результат void

Executejavascript() публичный Метод

public Executejavascript ( string JavaScript ) : object
JavaScript string
Результат object

GetAttribute() публичный Метод

public GetAttribute ( string AttributeName ) : string
AttributeName string
Результат string

GetAttributes() публичный Метод

public GetAttributes ( ) : object>.Dictionary
Результат object>.Dictionary

GetChildren() публичный Метод

public GetChildren ( Locator aLocator, ControlType aControlType ) : List
aLocator Locator
aControlType ControlType
Результат List

GetControl() публичный Метод

public GetControl ( ) : void
Результат void

GetControls() публичный Метод

public GetControls ( ) : ReadOnlyCollection
Результат ReadOnlyCollection

HasChildren() публичный Метод

public HasChildren ( ) : bool
Результат bool

HasChildrenWithXpath() публичный Метод

public HasChildrenWithXpath ( string xpath ) : bool
xpath string
Результат bool

Highlight() публичный Метод

public Highlight ( ) : void
Результат void

InjectJSInBrowser() публичный Метод

public InjectJSInBrowser ( string JavaScript ) : object
JavaScript string
Результат object

IsControlPresent() публичный Метод

public IsControlPresent ( ) : bool
Результат bool

JSClick() публичный Метод

public JSClick ( ) : void
Результат void

ScrollToElement() публичный Метод

public ScrollToElement ( ) : Point
Результат Point

SendKeys() публичный Метод

public SendKeys ( string keys ) : void
keys string
Результат void

Submit() публичный Метод

public Submit ( ) : void
Результат void

WaitForChildren() публичный Метод

public WaitForChildren ( int maxTimeout ) : List
maxTimeout int
Результат List

WaitForChildren() публичный Метод

public WaitForChildren ( string xpath, int maxTimeout ) : List
xpath string
maxTimeout int
Результат List

WebControl() публичный Метод

public WebControl ( Browser aBrowser, Locator aLocator ) : System
aBrowser Browser
aLocator Locator
Результат System

WebControl() публичный Метод

public WebControl ( Browser aBrowser, LocatorType aLocatorType, string aLocator, ControlType aControlType ) : System
aBrowser Browser
aLocatorType LocatorType
aLocator string
aControlType ControlType
Результат System