public class SikuliElement extends Object
文件名:SikuliElement.java
用途: 定义在界面上查找到的目标元素类对象,可根据中的
编码时间:2022年1月19日 下午9:39:02
修改时间:2022年1月19日 下午9:39:02
Constructor and Description |
---|
SikuliElement(String name,
org.sikuli.script.Match element)
构造对象
|
Modifier and Type | Method and Description |
---|---|
org.sikuli.script.Match |
getElement()
该方法用于返回元素的
Match 类对象 |
String |
getName()
该方法用于返回元素的名称
|
public SikuliElement(String name, org.sikuli.script.Match element)
name
- 元素名称element
- Pattern
类对象public String getName()
public org.sikuli.script.Match getElement()
Match
类对象Match
类对象Copyright © 2024. All rights reserved.