BrowserStackAliases.

BrowserStackAppAutomateRecentApps(ICakeContext, BrowserStackSettings, string) Method

Summary

An API to retrieve details about your recent App uploads. The response will not include the deleted apps
Assembly
Cake.BrowserStack.dll
Namespace
Cake.BrowserStack
Containing Type
BrowserStackAliases

Syntax

public static AppAutomateApp[] BrowserStackAppAutomateRecentApps(this ICakeContext context, BrowserStackSettings settings, string customId = null)

Attributes

Type Description
CakeMethodAliasAttribute

Parameters

Name Type Description
context ICakeContext
settings BrowserStackSettings
customId string If a customId is specified, only Apps under a specific custom_id will be returned

Return Value

Type Description
AppAutomateApp[]