Example usage for org.openqa.selenium.remote CapabilityType interface-usage

List of usage examples for org.openqa.selenium.remote CapabilityType interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.remote CapabilityType interface-usage.

Usage

From source file com.mengge.remote.AndroidMobileCapabilityType.java

/**
 * The list of Android-specific capabilities.
 * Read:
 * https://github.com/appium/appium/blob/1.5/docs/en/writing-running-appium/caps.md#android-only
 */
public interface AndroidMobileCapabilityType extends CapabilityType {

From source file com.mengge.remote.IOSMobileCapabilityType.java

/**
 * The list of iOS-specific capabilities.
 * Read:
 * https://github.com/appium/appium/blob/1.5/docs/en/writing-running-appium/caps.md#ios-only
 */
public interface IOSMobileCapabilityType extends CapabilityType {

From source file com.mengge.remote.MobileCapabilityType.java

/**
 * The list of common capabilities.
 * Read:
 * https://github.com/appium/appium/blob/1.5/docs/en/
 * writing-running-appium/caps.md#appium-server-capabilities
 */

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

/**
 * The list of Android-specific capabilities.
 * Read:
 * https://github.com/appium/appium/blob/1.5/docs/en/writing-running-appium/caps.md#android-only
 */
public interface AndroidMobileCapabilityType extends CapabilityType {

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

/**
 * The list of iOS-specific capabilities.
 * Read:
 * https://github.com/appium/appium/blob/1.5/docs/en/writing-running-appium/caps.md#ios-only
 */
public interface IOSMobileCapabilityType extends CapabilityType {