| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.core.page |
| 限定符和类型 | 方法和说明 |
|---|---|
ExecutionContext |
Worker.executionContext() |
ExecutionContext |
JSHandle.executionContext() |
ExecutionContext |
Frame.executionContext() |
ExecutionContext |
DOMWorld.executionContext() |
ExecutionContext |
FrameManager.executionContextById(int contextId) |
protected ExecutionContext |
JSHandle.getContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Map<Integer,ExecutionContext> |
FrameManager.getContextIdToContext() |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
ExecutionContext.convertArgument(ExecutionContext th,
Object arg) |
static JSHandle |
JSHandle.createJSHandle(ExecutionContext context,
RemoteObject remoteObject) |
protected void |
Worker.executionContextCallback(ExecutionContext executionContext) |
void |
Worker.setContext(ExecutionContext context) |
protected void |
JSHandle.setContext(ExecutionContext context) |
void |
DOMWorld.setContext(ExecutionContext context) |
| 构造器和说明 |
|---|
ElementHandle(ExecutionContext context,
CDPSession client,
RemoteObject remoteObject,
Page page,
FrameManager frameManager) |
JSHandle(ExecutionContext context,
CDPSession client,
RemoteObject remoteObject) |
Copyright © 2020. All rights reserved.