Example usage for org.openqa.selenium.remote.codec.w3c W3CHttpCommandCodec subclass-usage

List of usage examples for org.openqa.selenium.remote.codec.w3c W3CHttpCommandCodec subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.remote.codec.w3c W3CHttpCommandCodec subclass-usage.

Usage

From source file io.appium.java_client.remote.AppiumW3CHttpCommandCodec.java

public class AppiumW3CHttpCommandCodec extends W3CHttpCommandCodec {
    /**
     * This class overrides the built-in Selenium W3C commands codec,
     * since the latter hardcodes many commands in Javascript,
     * which does not work with Appium.
     * Check https://www.w3.org/TR/webdriver/ to see all available W3C