async function getAndroidDevices() {
  console.log('Getting Android Devices.');

  return client.listDevices()
    .then(getAndroidFeatures)