| Interface | Description |
|---|---|
| QuestionForName | |
| QuestionForNames |
| Class | Description |
|---|---|
| Absence |
Determine whether an element is not present on the page
|
| Attribute |
Retrieve the value of a specific attribute of an element.
|
| CheckboxValue |
Determine whether a checkbox has been checked or not.
|
| CSSValue |
Retrieve the value of a specific CSS attribute of an element.
|
| CurrentlyEnabled |
Check whether an element is currently enabled, without waiting.
|
| CurrentVisibility | |
| Disabled |
Check whether an element is disabled.
|
| Displayed |
Check whether an element is displayed.
|
| Enabled |
Check whether an element is enabled.
|
| JavaScript | |
| JavaScript.JavaScriptBuilder | |
| LabelledQuestion | |
| NamedUIStateReaderBuilder<T> | Deprecated |
| Presence |
Check whether an element is present in the DOM.
|
| SelectedStatus | |
| SelectedValue |
Return the selected value of a SELECT dropdown list.
|
| SelectedValues | |
| SelectedVisibleTextValue | |
| SelectedVisibleTextValues | |
| SelectOptions | |
| SelectOptionValues | |
| TargetedUIState<T> | |
| Text |
Get the visible (i.e.
|
| TextContent | |
| TextValue | |
| TheCoordinates |
Provides coordinates of an element for advanced interactions.
|
| TheLocation |
Where on the page is the top left-hand corner of the rendered element?
|
| TheSize |
What is the width and height of the rendered element?
|
| UIState<T> | |
| UIStateReaderBuilder<T> | Deprecated |
| UIStateReaderWithNameBuilder<T> | Deprecated |
| UIStateReaderWithNameBuilder.PrimedUIStateReaderWithNameBuilder<T> | |
| UnresolvedTargetWebElementState |
Created by john on 14/01/2016.
|
| UnselectedStatus | |
| Value |
Find the HTML value attribute of a given HTML element.
|
| ValueOf | |
| Visibility |
Is this web element present and visible on the screen
This method will not throw an exception if the element is not on the screen at all.
|
| WebDriverQuestion | |
| WebDriverQuestion.UIInteractionQuestionBuilder | |
| WebElementQuestion |
Copyright © 2023. All rights reserved.