1.0.10 • Published 4 years ago

kobiton-agent v1.0.10

Weekly downloads
1
License
ISC
Repository
github
Last release
4 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

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.2

4 years ago

1.0.3

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago