The ChromeWebElement type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() | ChromeWebElement |
Initializes a new instance of the ChromeWebElement class
|
Methods
Name | Description | |
---|---|---|
![]() | Clear |
Clears the content of this element.
(Inherited from RemoteWebElement.) |
![]() | Click |
Clicks this element.
(Inherited from RemoteWebElement.) |
![]() | Equals |
Compares if two elements are equal
(Inherited from RemoteWebElement.) |
![]() | Execute |
Executes a command on this element using the specified parameters.
(Inherited from RemoteWebElement.) |
![]() | ![]() | 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.
(Inherited from RemoteWebElement.) |
![]() | FindElement(String, String) |
Finds a child element matching the given mechanism and value.
(Inherited from RemoteWebElement.) |
![]() | FindElementByClassName |
Finds the first element in the page that matches the CSS Class supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementByCssSelector |
Finds the first element matching the specified CSS selector.
(Inherited from RemoteWebElement.) |
![]() | FindElementById |
Finds the first element in the page that matches the ID supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementByLinkText |
Finds the first of elements that match the link text supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementByName |
Finds the first of elements that match the name supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementByPartialLinkText |
Finds the first of elements that match the part of the link text supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementByTagName |
Finds the first of elements that match the DOM Tag supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementByXPath |
Finds the first of elements that match the XPath supplied
(Inherited from RemoteWebElement.) |
![]() | FindElements(By) |
Finds all IWebElements within the current context
using the given mechanism.
(Inherited from RemoteWebElement.) |
![]() | FindElements(String, String) |
Finds all child elements matching the given mechanism and value.
(Inherited from RemoteWebElement.) |
![]() | FindElementsByClassName |
Finds a list of elements that match the class name supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementsByCssSelector |
Finds all elements matching the specified CSS selector.
(Inherited from RemoteWebElement.) |
![]() | FindElementsById |
Finds the first element in the page that matches the ID supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementsByLinkText |
Finds the first of elements that match the link text supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementsByName |
Finds a list of elements that match the name supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementsByPartialLinkText |
Finds a list of elements that match the link text supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementsByTagName |
Finds a list of elements that match the DOM Tag supplied
(Inherited from RemoteWebElement.) |
![]() | FindElementsByXPath |
Finds a list of elements that match the XPath supplied
(Inherited from RemoteWebElement.) |
![]() | GetAttribute |
Gets the value of the specified attribute for this element.
(Inherited from RemoteWebElement.) |
![]() | GetCssValue |
Gets the value of a CSS property of this element.
(Inherited from RemoteWebElement.) |
![]() | GetHashCode |
Method to get the hash code of the element
(Inherited from RemoteWebElement.) |
![]() | ![]() | Gets the (Inherited from ![]() ![]() |
![]() | ![]() | Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | SendKeys |
Simulates typing text into the element.
(Inherited from RemoteWebElement.) |
![]() | Submit |
Submits this element to the web server.
(Inherited from RemoteWebElement.) |
![]() | ![]() | Returns a string that represents the current object. (Inherited from ![]() |
Properties
Name | Description | |
---|---|---|
![]() | Coordinates |
Gets the coordinates identifying the location of this element using
various frames of reference.
(Inherited from RemoteWebElement.) |
![]() | Displayed |
Gets a value indicating whether or not this element is displayed.
(Inherited from RemoteWebElement.) |
![]() | Enabled |
Gets a value indicating whether or not this element is enabled.
(Inherited from RemoteWebElement.) |
![]() | Id |
Gets the ID of the element
(Inherited from RemoteWebElement.) |
![]() | Location |
Gets a (Inherited from RemoteWebElement.)![]() |
![]() | LocationOnScreenOnceScrolledIntoView |
Gets the point where the element would be when scrolled into view.
(Inherited from RemoteWebElement.) |
![]() | Selected |
Gets a value indicating whether or not this element is selected.
(Inherited from RemoteWebElement.) |
![]() | Size |
Gets a Size object containing the height and width of this element.
(Inherited from RemoteWebElement.) |
![]() | TagName |
Gets the tag name of this element.
(Inherited from RemoteWebElement.) |
![]() | Text |
Gets the innerText of this element, without any leading or trailing whitespace,
and with other whitespace collapsed.
(Inherited from RemoteWebElement.) |
![]() | WrappedDriver |
Gets the IWebDriver used to find this element.
(Inherited from RemoteWebElement.) |
See Also