| 程序包 | 说明 |
|---|---|
| com.ruiyun.jvppeteer.api.core | |
| com.ruiyun.jvppeteer.bidi.core | |
| com.ruiyun.jvppeteer.cdp.core | |
| com.ruiyun.jvppeteer.cdp.entities | |
| com.ruiyun.jvppeteer.common |
| 限定符和类型 | 方法和说明 |
|---|---|
abstract void |
Page.emulateMediaType(MediaType type)
改变页面的css媒体类型。
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
BidiPage.emulateMediaType(MediaType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
EmulationManager.emulateMediaType(MediaType type) |
void |
CdpPage.emulateMediaType(MediaType type) |
| 限定符和类型 | 字段和说明 |
|---|---|
MediaType |
MediaTypeState.type |
| 限定符和类型 | 方法和说明 |
|---|---|
MediaType |
MediaTypeState.getType() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
MediaTypeState.setType(MediaType type) |
| 构造器和说明 |
|---|
MediaTypeState(boolean active,
MediaType type) |
| 限定符和类型 | 方法和说明 |
|---|---|
static MediaType |
MediaType.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static MediaType[] |
MediaType.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2020–2025. All rights reserved.