public class SnapshotOptions extends Object
| 构造器和说明 |
|---|
SnapshotOptions() |
SnapshotOptions(boolean interestingOnly,
ElementHandle root,
boolean includeIframes) |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
getIncludeIframes() |
boolean |
getInterestingOnly() |
ElementHandle |
getRoot() |
void |
setIncludeIframes(boolean includeIframes) |
void |
setInterestingOnly(boolean interestingOnly) |
void |
setRoot(ElementHandle root) |
public SnapshotOptions()
public SnapshotOptions(boolean interestingOnly,
ElementHandle root,
boolean includeIframes)
public boolean getInterestingOnly()
public void setInterestingOnly(boolean interestingOnly)
public ElementHandle getRoot()
public void setRoot(ElementHandle root)
public boolean getIncludeIframes()
public void setIncludeIframes(boolean includeIframes)
Copyright © 2020–2025. All rights reserved.