This content is part of a third party extension that is not supported by the Cake project.
For more information about this extension see
Cake.BrowserStack.
Summary
An API to retrieve details about your recent App uploads. The response will not include the deleted apps
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[] |
|