Package | Description |
---|---|
com.auxiliary.selenium.event | |
com.auxiliary.sikuli.event | |
com.auxiliary.tool.data |
Modifier and Type | Method and Description |
---|---|
String |
TextEvent.keyToSend(Element element,
KeyType... keyTypes)
用于向页面上发送键盘按键
|
Modifier and Type | Method and Description |
---|---|
String |
SikuliKeyboardEvent.type(KeyType... keyTypes)
该方法用于在默认的识别区域内(即主屏幕范围),按下指定的按键,进行相应快捷键的操作。按键映射字符可通过
Key 类中进行调用 |
String |
SikuliKeyboardEvent.type(SikuliElement element,
KeyType... keyTypes)
该方法用于目标元素上,按下指定的按键,进行相应快捷键的操作。按键映射字符可通过
Key 类中进行调用 |
String |
SikuliKeyboardEvent.type(String elementName,
int index,
KeyType... keyTypes)
该方法用于根据元素信息,通过指定的元素查找类,查找到目标元素后,在目标元素上,按下指定的按键,进行相应快捷键的操作。按键映射字符可通过
Key 类中进行调用 |
String |
SikuliKeyboardEvent.type(String elementName,
KeyType... keyTypes)
该方法用于根据元素信息,通过指定的元素查找类,查找到目标元素后,在目标元素上,按下指定的按键,进行相应快捷键的操作。按键映射字符可通过
Key 类中进行调用 |
Modifier and Type | Method and Description |
---|---|
static KeyType |
KeyType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyType[] |
KeyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2024. All rights reserved.