public final class Spoon extends Object
| Modifier and Type | Method and Description |
|---|---|
static File |
screenshot(android.app.Activity activity,
String tag)
Take a screenshot with the specified tag.
|
static File |
screenshot(android.app.Activity activity,
String tag,
String testClassName,
String testMethodName)
Take a screenshot with the specified tag.
|
public static File screenshot(android.app.Activity activity, String tag)
activity - Activity with which to capture a screenshot.tag - Unique tag to further identify the screenshot. Must match [a-zA-Z0-9_-]+.public static File screenshot(android.app.Activity activity, String tag, String testClassName, String testMethodName)
activity - Activity with which to capture a screenshot.tag - Unique tag to further identify the screenshot. Must match [a-zA-Z0-9_-]+.Copyright © 2012-2015 Square, Inc.. All Rights Reserved.