Example usage for org.openqa.selenium ContextAware ContextAware

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

Introduction

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

Prototype

ContextAware

Source Link

Usage

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

License:Apache License

/**
 * <p>contextAware.</p>//from w w  w.  j a v a2s  .  c  o  m
 *
 * @return a {@link com.atanas.kanchev.testframework.appium.handlers.AndroidNativeHandler.ContextAware} object.
 */
public ContextAware contextAware() {
    return new ContextAware();
}