public abstract class TextFinder extends Object implements Finder, Serializable
| Modifier and Type | Field and Description |
|---|---|
protected CharSequence |
text |
| Constructor and Description |
|---|
TextFinder() |
| Modifier and Type | Method and Description |
|---|---|
TextFinder |
setText(CharSequence text)
设置被查找的文本
|
protected CharSequence text
public TextFinder setText(CharSequence text)
text - 文本Copyright © 2021. All rights reserved.