| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.api.core | |
| com.ruiyun.jvppeteer.bidi.core | |
| com.ruiyun.jvppeteer.cdp.core |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
Keyboard.type(String text,
KeyboardTypeOptions options)
为文本中的每个字符发送 keydown、keypress/input 和 keyup 事件。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BidiKeyboard.type(String text,
KeyboardTypeOptions options) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
CdpKeyboard.type(String text,
KeyboardTypeOptions options)
为文本中的每个字符发送 keydown、keypress/input 和 keyup 事件。
|
Copyright © 2020–2025. All rights reserved.