1.0.10 • Published 5 years ago

kobiton-agent v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

kobiton-agent

How to run

Install the package

npm install kobiton-agent --save

Import methods

const {
  waitDeviceOnlineByDeviceName,
  waitDeviceOnlineByPlatformName,
  waitDeviceOnline
} = require('kobiton-agent')

Execute the wait methods

const username = ''
const apiKey = ''
await waitDeviceOnline(username, apiKey, 'cloud', 'LGD724e1099033', 500)
await waitDeviceOnlineByDeviceName(username, apiKey, 'cloud', 'Galaxy C5', 500)
await waitDeviceOnlineByPlatformName(username, apiKey, 'cloud', 'android', 500)

Note:

  • The deviceGroup is cloud, private, or favorite
  • The default timeout is 500 seconds
1.0.10

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.2

5 years ago

1.0.3

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago