| Interface | Description |
|---|---|
| Named |
Represents a named entity.
|
| Class | Description |
|---|---|
| Button |
Represents web page button control.
|
| CheckBox |
Represents web page checkbox control.
|
| FileInput |
Represents web page file upload element.
|
| Form |
Represents web page form tag.
|
| HtmlElement |
The base class to be used for making blocks of elements.
|
| Image |
Represents image
|
| Link |
Represents hyperlink.
|
| Radio |
Represents a group of radio buttons.
|
| Select |
Represents web page select control.
|
| Table |
Represents web page table element.
|
| TextBlock |
Represents text block on a web page.
|
| TextInput |
Represents text input control (such as <input type="text"/> or <textarea/>).
|
| TypifiedElement |
The base class to be used for making classes representing typified elements (i.e web page controls such as
text inputs, buttons or more complex elements).
|
Copyright © 2023 Yandex. All rights reserved.