Package | Description |
---|---|
com.auxiliary.selenium.element | |
com.auxiliary.selenium.location |
Modifier and Type | Method and Description |
---|---|
ElementType |
ElementData.getElementType()
返回元素类型
|
static ElementType |
ElementType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementType[] |
ElementType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
ElementType |
YamlLocation.getElementType() |
ElementType |
JsonLocation.getElementType() |
ElementType |
XmlLocation.getElementType() |
ElementType |
TextLocation.getElementType() |
ElementType |
ReadLocation.getElementType()
用于返回元素的类型
|
ElementType |
NoFileLocation.getElementType() |
protected ElementType |
AbstractLocation.toElementType(String value)
用于将读取到的元素类型的文本值转换为元素类型枚举类对象
|
Modifier and Type | Method and Description |
---|---|
void |
WriteLocation.putElementType(String name,
ElementType elementType)
用于设置元素的类型,多次设置内容时将覆盖上一次设置的内容
|
void |
NoFileLocation.putElementType(String name,
ElementType elementType) |
Copyright © 2024. All rights reserved.