| Package | Description |
|---|---|
| ru.yandex.qatools.htmlelements.element |
| Modifier and Type | Class and Description |
|---|---|
class |
Button
Represents web page button control.
|
class |
CheckBox
Represents web page checkbox control.
|
class |
FileInput
Represents web page file upload element.
|
class |
Form
Represents web page form tag.
|
class |
HtmlElement
The base class to be used for making blocks of elements.
|
class |
Image
Represents image
|
class |
Link
Represents hyperlink.
|
class |
Radio
Represents a group of radio buttons.
|
class |
Select
Represents web page select control.
|
class |
Table
Represents web page table element.
|
class |
TextBlock
Represents text block on a web page.
|
class |
TextInput
Represents text input control (such as <input type="text"/> or <textarea/>).
|
class |
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.