Devices Api

class bsapi.app_automate.appium.devices.Device(os=None, os_version=None, device=None, real_mobile=None)

Represents a supported device on BrowserStack

Parameters
  • os (str) – The OS running on the device

  • os_version (str) – The version number for the devices OS

  • device (str) – The name of the device

  • real_mobile (str) – Is the device a real phone

class bsapi.app_automate.appium.devices.DevicesApi

Class for interacting with the Devices REST endpoint on BrowserStack

classmethod get_device_list()

Gets a list of devices that support Appium on BrowserStack

Returns

List of supported devices

Return type

list[bsapi.app_automate.appium.devices.Device]