| 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 |
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/>).
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends TypifiedElement> |
HtmlElementLoader.createTypifiedElement(Class<T> clazz,
org.openqa.selenium.SearchContext searchContext) |
static <T extends TypifiedElement> |
HtmlElementLoader.createTypifiedElement(Class<T> elementClass,
org.openqa.selenium.WebElement elementToWrap,
String name) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends TypifiedElement> |
ProxyFactory.createTypifiedElementListProxy(ClassLoader loader,
InvocationHandler handler) |
protected <T extends TypifiedElement> |
HtmlElementDecorator.decorateTypifiedElement(ClassLoader loader,
Field field) |
protected <T extends TypifiedElement> |
HtmlElementDecorator.decorateTypifiedElementList(ClassLoader loader,
Field field) |
| Modifier and Type | Class and Description |
|---|---|
class |
TypifiedElementListNamedProxyHandler<T extends TypifiedElement> |
Copyright © 2023 Yandex. All rights reserved.