Example usage for org.openqa.selenium Rotatable Rotatable

List of usage examples for org.openqa.selenium Rotatable Rotatable

Introduction

In this page you can find the example usage for org.openqa.selenium Rotatable Rotatable.

Prototype

Rotatable

Source Link

Usage

From source file:com.atanas.kanchev.testframework.appium.handlers.AndroidNativeHandler.java

License:Apache License

/**
 * <p>orientation.</p>/*from  w w  w . j  a  va2 s .  c om*/
 *
 * @return a {@link com.atanas.kanchev.testframework.appium.handlers.AndroidNativeHandler.Rotatable} object.
 */
public Rotatable orientation() {
    return new Rotatable();
}