Java org.openqa.selenium OutputType fields, constructors, methods, implement or subclass

Example usage for Java org.openqa.selenium OutputType fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.openqa.selenium OutputType.

The text is from its open source code.

Implementation

org.openqa.selenium.OutputType has the following implementations.
Click this link to see all its implementation.

Field

OutputTypeBASE64
Obtain the screenshot as base64 data.
OutputTypeBYTES
Obtain the screenshot as raw bytes.
OutputTypeFILE
Obtain the screenshot into a temporary file that will be deleted once the JVM exits.

Method

TconvertFromBase64Png(String base64Png)
Convert the given base64 png to a requested format.
TconvertFromPngBytes(byte[] png)
Convert the given png to a requested format.