Checkbox Methods |
The Checkbox type exposes the following members.
Name | Description | |
---|---|---|
Clear |
Clears the content of this element.
(Inherited from WebElement) | |
Click |
Clicks this element.
(Inherited from WebElement) | |
Equals |
Compares if two elements are equal
(Inherited from WebElement) | |
Execute |
Executes a command on this element using the specified parameters.
(Inherited from WebElement) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
FindElement(By) |
Finds the first IWebElement using the given method.
(Inherited from WebElement) | |
FindElement(String, String) |
Finds a child element matching the given mechanism and value.
(Inherited from WebElement) | |
FindElements(By) |
Finds all IWebElements within the current context
using the given mechanism.
(Inherited from WebElement) | |
FindElements(String, String) |
Finds all child elements matching the given mechanism and value.
(Inherited from WebElement) | |
GetAttribute |
Gets the value of the specified attribute or property for this element.
(Inherited from WebElement) | |
GetCssValue |
Gets the value of a CSS property of this element.
(Inherited from WebElement) | |
GetDomAttribute |
Gets the value of a declared HTML attribute of this element.
(Inherited from WebElement) | |
GetDomProperty |
Gets the value of a JavaScript property of this element.
(Inherited from WebElement) | |
GetHashCode |
Method to get the hash code of the element
(Inherited from WebElement) | |
GetScreenshot |
Gets a Screenshot object representing the image of this element on the screen.
(Inherited from WebElement) | |
GetShadowRoot |
Gets the representation of an element's shadow root for accessing the shadow DOM of a web component.
(Inherited from WebElement) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
SendKeys |
Simulates typing text into the element.
(Inherited from WebElement) | |
Submit |
Submits this element to the web server.
(Inherited from WebElement) | |
TickCheckbox | Set check box. | |
ToString |
Returns a string that represents the current WebElement.
(Inherited from WebElement) | |
UntickCheckbox | Clear the check box. |