Click or drag to resize

Checkbox Methods

Framework to automate tests using Selenium WebDriver

The Checkbox type exposes the following members.

Methods
 NameDescription
Public methodClear Clears the content of this element.
(Inherited from WebElement)
Public methodClick Clicks this element.
(Inherited from WebElement)
Public methodEquals Compares if two elements are equal
(Inherited from WebElement)
Protected methodExecute Executes a command on this element using the specified parameters.
(Inherited from WebElement)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodFindElement(By) Finds the first IWebElement using the given method.
(Inherited from WebElement)
Public methodFindElement(String, String) Finds a child element matching the given mechanism and value.
(Inherited from WebElement)
Public methodFindElements(By) Finds all IWebElements within the current context using the given mechanism.
(Inherited from WebElement)
Public methodFindElements(String, String) Finds all child elements matching the given mechanism and value.
(Inherited from WebElement)
Public methodGetAttribute Gets the value of the specified attribute or property for this element.
(Inherited from WebElement)
Public methodGetCssValue Gets the value of a CSS property of this element.
(Inherited from WebElement)
Public methodGetDomAttribute Gets the value of a declared HTML attribute of this element.
(Inherited from WebElement)
Public methodGetDomProperty Gets the value of a JavaScript property of this element.
(Inherited from WebElement)
Public methodGetHashCode Method to get the hash code of the element
(Inherited from WebElement)
Public methodGetScreenshot Gets a Screenshot object representing the image of this element on the screen.
(Inherited from WebElement)
Public methodGetShadowRoot Gets the representation of an element's shadow root for accessing the shadow DOM of a web component.
(Inherited from WebElement)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodSendKeys Simulates typing text into the element.
(Inherited from WebElement)
Public methodSubmit Submits this element to the web server.
(Inherited from WebElement)
Public methodTickCheckbox Set check box.
Public methodToString Returns a string that represents the current WebElement.
(Inherited from WebElement)
Public methodUntickCheckbox Clear the check box.
Top
See Also