Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • DeviceScreenshotManagement

Index

Constructors

constructor

Properties

Private options

options: IOptions

Methods

getList

listLastScreenshotsByDevices

  • listLastScreenshotsByDevices(__namedParameters: { filter: undefined | { deviceUids?: IDevice["uid"][] }; pagination: undefined | ILinkPagination; sort: undefined | ISort }): Promise<DeviceScreenshot[]>
  • Parameters

    • __namedParameters: { filter: undefined | { deviceUids?: IDevice["uid"][] }; pagination: undefined | ILinkPagination; sort: undefined | ISort }
      • filter: undefined | { deviceUids?: IDevice["uid"][] }
      • pagination: undefined | ILinkPagination
      • sort: undefined | ISort

    Returns Promise<DeviceScreenshot[]>

take

  • take(deviceUid: string): Promise<void>
  • Parameters

    • deviceUid: string

    Returns Promise<void>

Static Private getUrl

  • getUrl(deviceUid: string): string
  • Parameters

    • deviceUid: string

    Returns string

Legend

  • Constructor
  • Property
  • Method
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Property
  • Method
  • Private property
  • Private method
  • Protected property
  • Static property

Generated using TypeDoc