AdbAliases.

AdbScreenCapture(ICakeContext, FilePath, AdbToolSettings) Method

Summary

Captures a screenshot from the target.
Assembly
Cake.Android.Adb.dll
Namespace
Cake.AndroidAdb
Containing Type
AdbAliases

Syntax

public static void AdbScreenCapture(this ICakeContext context, FilePath saveToLocalFile, AdbToolSettings settings = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext Context.
saveToLocalFile FilePath Save to local file.
settings AdbToolSettings Settings.

Return Value

Type Description
void