| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.bidi.entities | |
| com.ruiyun.jvppeteer.cdp.core | |
| com.ruiyun.jvppeteer.cdp.entities | |
| com.ruiyun.jvppeteer.common |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PuppeteerLifeCycle> |
WaitForOptions.getWaitUntil() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WaitForOptions.setWaitUntil(List<PuppeteerLifeCycle> waitUntil) |
| 构造器和说明 |
|---|
LifecycleWatcher(NetworkManager networkManager,
CdpFrame frame,
List<PuppeteerLifeCycle> waitUntil) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<PuppeteerLifeCycle> |
WaitForOptions.getWaitUntil() |
List<PuppeteerLifeCycle> |
GoToOptions.getWaitUntil() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
WaitForOptions.setWaitUntil(List<PuppeteerLifeCycle> waitUntil) |
void |
GoToOptions.setWaitUntil(List<PuppeteerLifeCycle> waitUntil) |
| 限定符和类型 | 方法和说明 |
|---|---|
static PuppeteerLifeCycle |
PuppeteerLifeCycle.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static PuppeteerLifeCycle[] |
PuppeteerLifeCycle.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020–2025. All rights reserved.