| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.bidi.core |
| 限定符和类型 | 方法和说明 |
|---|---|
BrowsingContext |
UserContext.createBrowsingContext(CreateType type,
CreateBrowsingContextOptions options) |
static BrowsingContext |
BrowsingContext.from(UserContext userContext,
BrowsingContext parent,
String id,
String url,
String originalOpener) |
| 限定符和类型 | 方法和说明 |
|---|---|
List<BrowsingContext> |
UserContext.browsingContexts() |
List<BrowsingContext> |
BrowsingContext.children() |
| 限定符和类型 | 方法和说明 |
|---|---|
static BidiPage |
BidiPage.from(BidiBrowserContext browserContext,
BrowsingContext browsingContext) |
static BidiFrame |
BidiFrame.from(BidiFrame parent,
BrowsingContext browsingContext) |
static BidiFrame |
BidiFrame.from(BidiPage parent,
BrowsingContext browsingContext) |
static Navigation |
Navigation.from(BrowsingContext context) |
static RequestCore |
RequestCore.from(BrowsingContext browsingContext,
BeforeRequestSentParameters event) |
static WindowRealm |
WindowRealm.from(BrowsingContext browsingContext,
String sandbox) |
static UserPrompt |
UserPrompt.from(BrowsingContext browsingContext,
UserPromptOpenedParameters info) |
static BrowsingContext |
BrowsingContext.from(UserContext userContext,
BrowsingContext parent,
String id,
String url,
String originalOpener) |
| 构造器和说明 |
|---|
BidiFrame(BidiFrame parent,
BrowsingContext browsingContext) |
BidiFrame(BidiPage parent,
BrowsingContext browsingContext) |
Navigation(BrowsingContext context) |
RequestCore(BrowsingContext browsingContext,
BeforeRequestSentParameters event) |
WindowRealm(BrowsingContext context,
String sandbox) |
Copyright © 2020–2025. All rights reserved.