public class ElementLocationInfo extends Object
文件名:ElementLocation.java
用途: 封装元素定位内容,对元素定位类型以及元素定位方式进行统一管理
编码时间:2021年3月22日上午8:31:20
修改时间:2021年3月22日上午8:31:20
Constructor and Description |
---|
ElementLocationInfo(ByType byType,
String locationText)
设定元素定位信息
|
Modifier and Type | Method and Description |
---|---|
ByType |
getByType()
用于返回元素定位类型
|
String |
getLocationText()
用于返回元素定位内容
|
void |
setLocationText(String locationText)
用于设置元素定位内容
|
String |
toString() |
Copyright © 2024. All rights reserved.