All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.selendroid.server.action.touch.TouchAction Maven / Gradle / Ivy

package io.selendroid.server.action.touch;

import io.selendroid.server.action.Action;
import io.selendroid.server.action.ActionContext;
import io.selendroid.server.model.SelendroidDriver;

public abstract class TouchAction extends Action {
  protected ActionContext actionContext;

  public TouchAction(SelendroidDriver driver) {
    super(driver);

    actionContext = new ActionContext();
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy