1.8.13 • Published 23 days ago

appium-idb v1.8.13

Weekly downloads
78,190
License
Apache-2.0
Repository
github
Last release
23 days ago

appium-idb

appium-idb is NodeJS wrapper over iOS Device Bridge (idb) set of utilities made by Facebook. Read https://www.fbidb.io for more details.

Requirements

  • Python 3.6 or newer
  • XCode 10 or newer
  • idb_companion 1.1.7 or newer
  • idb 1.1.7 or newer

Installation

Use the following commands to setup idb and its dependencies:

brew tap facebook/fb
brew install idb-companion
pip3.6 install fb-idb

Usage

const idb = IDB({
  udid: deviceUdid,
});
await idb.connect();
const deviceInfo = await idb.describeDevice();
await idb.disconnect();

Check https://github.com/appium/appium-idb/blob/master/lib/idb.js on the list of supported IDB options. udid option is mandatory and can be both Simulator or real device id. It is mandatory to call connect method before invoking idb instance methods (this will trigger idb companion and idb daemon processes if necessary). Calling disconnect will stop the previously started companion processes.

Go through the modules in https://github.com/appium/appium-idb/tree/master/lib/tools to get the full list of supported commands.

Watch

npm run watch

Test

npm test
1.8.12

23 days ago

1.8.13

23 days ago

1.8.11

2 months ago

1.8.10

4 months ago

1.8.2

8 months ago

1.8.1

8 months ago

1.8.0

8 months ago

1.7.0

8 months ago

1.8.9

6 months ago

1.8.8

6 months ago

1.8.7

6 months ago

1.8.6

6 months ago

1.8.5

7 months ago

1.8.4

7 months ago

1.6.13

10 months ago

1.8.3

8 months ago

1.6.15

8 months ago

1.6.14

9 months ago

1.6.16

8 months ago

1.6.12

11 months ago

1.6.11

12 months ago

1.6.9

1 year ago

1.6.8

1 year ago

1.6.10

1 year ago

1.6.7

1 year ago

1.6.6

1 year ago

1.6.4

1 year ago

1.6.3

1 year ago

1.6.5

1 year ago

1.6.2

2 years ago

1.5.3

2 years ago

1.6.1

2 years ago

1.6.0

2 years ago

1.5.2

2 years ago

1.5.1

2 years ago

1.0.0

2 years ago

0.5.1

3 years ago

0.5.0

4 years ago

0.4.2

4 years ago

0.4.1

4 years ago

0.4.0

4 years ago

0.3.2

4 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago