List of usage examples for org.openqa.selenium Rotatable Rotatable
Rotatable
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(); }