public static final class OptionsManager.VisualizerSettings extends EngineOptions
Modifier and Type | Method and Description |
---|---|
VisualizerMode |
getCollectTestVisualizer()
Gets Test Visualizer's mode during the test run.
|
CaptureStyle |
getImageCaptureStyle()
Gets the screen area to take screenshots of.
|
void |
setCollectTestVisualizer(VisualizerMode value)
Sets Test Visualizer's mode during the test run.
|
void |
setImageCaptureStyle(CaptureStyle value)
Sets the screen area to take screenshots of.
|
public VisualizerMode getCollectTestVisualizer() throws ApiException, HttpException
ApiException
- Thrown if the operation cannot be executed.HttpException
- Will be thrown if there are network problems.public void setCollectTestVisualizer(VisualizerMode value) throws ApiException, HttpException
value
- Test Visualizer's mode during the test run.ApiException
- Thrown if the operation cannot be executed.HttpException
- Will be thrown if there are network problems.public CaptureStyle getImageCaptureStyle() throws ApiException, HttpException
ApiException
- Thrown if the operation cannot be executed.HttpException
- Will be thrown if there are network problems.public void setImageCaptureStyle(CaptureStyle value) throws ApiException, HttpException
value
- The screen area to take screenshots of.ApiException
- Thrown if the operation cannot be executed.HttpException
- Will be thrown if there are network problems.Copyright © 2020 SmartBear Software. All Rights Reserved.