The RemoteWebElement type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clears the content of this element.
|
![]() | Click |
Clicks this element.
|
![]() | Equals |
Compares if two elements are equal
(Overrides ![]() |
![]() | Execute |
Executes a command on this element using the specified parameters.
|
![]() | ![]() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from ![]() |
![]() | FindElement(By) |
Finds the first IWebElement using the given method.
|
![]() | FindElement(String, String) |
Finds a child element matching the given mechanism and value.
|
![]() | FindElementByClassName |
Finds the first element in the page that matches the CSS Class supplied
|
![]() | FindElementByCssSelector |
Finds the first element matching the specified CSS selector.
|
![]() | FindElementById |
Finds the first element in the page that matches the ID supplied
|
![]() | FindElementByLinkText |
Finds the first of elements that match the link text supplied
|
![]() | FindElementByName |
Finds the first of elements that match the name supplied
|
![]() | FindElementByPartialLinkText |
Finds the first of elements that match the part of the link text supplied
|
![]() | FindElementByTagName |
Finds the first of elements that match the DOM Tag supplied
|
![]() | FindElementByXPath |
Finds the first of elements that match the XPath supplied
|
![]() | FindElements(By) |
Finds all IWebElements within the current context
using the given mechanism.
|
![]() | FindElements(String, String) |
Finds all child elements matching the given mechanism and value.
|
![]() | FindElementsByClassName |
Finds a list of elements that match the class name supplied
|
![]() | FindElementsByCssSelector |
Finds all elements matching the specified CSS selector.
|
![]() | FindElementsById |
Finds the first element in the page that matches the ID supplied
|
![]() | FindElementsByLinkText |
Finds the first of elements that match the link text supplied
|
![]() | FindElementsByName |
Finds a list of elements that match the name supplied
|
![]() | FindElementsByPartialLinkText |
Finds a list of elements that match the link text supplied
|
![]() | FindElementsByTagName |
Finds a list of elements that match the DOM Tag supplied
|
![]() | FindElementsByXPath |
Finds a list of elements that match the XPath supplied
|
![]() | GetAttribute |
Gets the value of the specified attribute for this element.
|
![]() | GetCssValue |
Gets the value of a CSS property of this element.
|
![]() | GetHashCode |
Method to get the hash code of the element
(Overrides ![]() |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | SendKeys |
Simulates typing text into the element.
|
![]() | Submit |
Submits this element to the web server.
|
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
See Also