Method | Description | |
---|---|---|
Click ( ) : void | ||
DesktopMouseClick ( ) : void | ||
DesktopMouseClick ( int offsetX, int offsetY ) : void | ||
DesktopMouseDrag ( int offsetX, int offsetY ) : void | ||
ExecuteJavaScript ( |
||
GetAttributeFromNode ( string Attribute ) : string | ||
GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType ) : List |
||
GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType, |
||
HasChildren ( ) : bool | ||
HasChildrenWithXpath ( string xpath ) : bool | ||
Highlight ( |
||
InjectJSInBrowser ( |
||
InnerHtml ( |
||
OuterHtml ( |
||
ScrollToElement ( ) : Point | ||
SendKeys ( string text ) : void | ||
Submit ( ) : void | ||
WaitForChildren ( int maxTimeout ) : List |
||
WaitForChildren ( string xpath, int maxTimeout ) : List |
Method | Description | |
---|---|---|
SeleniumWebControls ( IWebElement aWebElement, ControlType aControlType ) : System | ||
SeleniumWebControls ( IWebElement aWebElement, ControlType aControlType, |
||
WaitForVisible ( ) : void |
public DesktopMouseClick ( int offsetX, int offsetY ) : void | ||
offsetX | int | |
offsetY | int | |
return | void |
public DesktopMouseDrag ( int offsetX, int offsetY ) : void | ||
offsetX | int | |
offsetY | int | |
return | void |
public ExecuteJavaScript ( |
||
aBrowser | ||
JavaScript | string | |
return | object |
public GetAttributeFromNode ( string Attribute ) : string | ||
Attribute | string | |
return | string |
public GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType ) : List |
||
Locator | string | |
aLocatorType | LocatorType | |
aControlType | ControlType | |
return | List |
public GetChildren ( string Locator, LocatorType aLocatorType, ControlType aControlType, |
||
Locator | string | |
aLocatorType | LocatorType | |
aControlType | ControlType | |
access | ||
return | List |
public HasChildrenWithXpath ( string xpath ) : bool | ||
xpath | string | |
return | bool |
public InjectJSInBrowser ( |
||
aBrowser | ||
JavaScript | string | |
return | object |
public InnerHtml ( |
||
aBrowser | ||
return | string |
public OuterHtml ( |
||
aBrowser | ||
return | string |
public WaitForChildren ( int maxTimeout ) : List |
||
maxTimeout | int | |
return | List |
public WaitForChildren ( string xpath, int maxTimeout ) : List |
||
xpath | string | |
maxTimeout | int | |
return | List |