| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.bidi.core |
| 限定符和类型 | 方法和说明 |
|---|---|
BidiFrame |
BidiPage.focusedFrame() |
BidiFrame |
BidiWebWorker.frame() |
BidiFrame |
BidiRequest.frame() |
BidiFrame |
BidiFrameRealm.frame() |
BidiFrame |
BidiElementHandle.frame() |
static BidiFrame |
BidiFrame.from(BidiFrame parent,
BrowsingContext browsingContext) |
static BidiFrame |
BidiFrame.from(BidiPage parent,
BrowsingContext browsingContext) |
BidiFrame |
BidiPage.mainFrame() |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BidiFrame> |
BidiFrame.childFrames() |
List<BidiFrame> |
BidiPage.frames() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BidiFrame |
BidiFrame.from(BidiFrame parent,
BrowsingContext browsingContext) |
static BidiWebWorker |
BidiWebWorker.from(BidiFrame frame,
DedicatedWorkerRealm realm) |
static BidiWebWorker |
BidiWebWorker.from(BidiFrame frame,
SharedWorkerRealm realm) |
static BidiExposeableFunction |
BidiExposeableFunction.from(BidiFrame frame,
String name,
BindingFunction apply,
boolean isolate) |
static BidiRequest |
BidiRequest.from(RequestCore bidiRequest,
BidiFrame frame,
BidiRequest redirect) |
static BidiFrameRealm |
BidiFrameRealm.from(WindowRealm realm,
BidiFrame frame) |
| 构造器和说明 |
|---|
BidiCdpSession(BidiFrame frame,
String sessionId) |
BidiExposeableFunction(BidiFrame frame,
String name,
BindingFunction apply,
boolean isolate) |
BidiFrame(BidiFrame parent,
BrowsingContext browsingContext) |
BidiFrameTarget(BidiFrame frame) |
BidiLifeCycleWatch(BidiFrame frame,
WaitForOptions options) |
BidiRequest(RequestCore request,
BidiFrame frame,
BidiRequest redirect) |
BidiWebWorker(BidiFrame frame,
DedicatedWorkerRealm realm) |
BidiWebWorker(BidiFrame frame,
SharedWorkerRealm realm) |
Copyright © 2020–2025. All rights reserved.