Class Activity

java.lang.Object
io.appium.java_client.android.Activity

public class Activity extends Object
This is a simple POJO class to support the StartsActivity.
  • Constructor Details

    • Activity

      public Activity(String appPackage, String appActivity)
      A constructor with two mandatory parameters.
      Parameters:
      appPackage - The value for the app package.
      appActivity - The value for the app activity.