Example usage for org.openqa.selenium.remote.internal WebElementToJsonConverter subclass-usage

List of usage examples for org.openqa.selenium.remote.internal WebElementToJsonConverter subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.remote.internal WebElementToJsonConverter subclass-usage.

Usage

From source file com.mengge.internal.MobileElementToJsonConverter.java

/**
 * Converts {@link RemoteWebElement} objects, which may be
 * {@link WrapsElement wrapped}, into their JSON representation as defined by
 * the WebDriver wire protocol. This class will recursively convert Lists and
 * Maps to catch nested references.
 */