Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

appium-sdb

Package Overview
Dependencies
Maintainers
3
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

appium-sdb

Smart Development Bridge interface

  • 1.0.1-beta.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
3
Created
Source

appium-sdb

NPM version Downloads Dependency Status devDependency Status Build Status

A wrapper over tizen-sdb, implemented using ES6 and along with async/await. This package is mainly used by Appium to perform all sdb operations on tizen device.

Usage:

example:

import SDB, { DEFAULT_SDB_PORT } from 'appium-sdb';

let sdb = new SDB();

const opts = {
  sdkRoot: null,
  udid: null,
  executable: {path: 'sdb', defaultArgs: []},
  curDeviceId: null,
  emulatorPort: null,
  binaries: {},
  suppressKillServer: null,
  sdbPort: DEFAULT_SDB_PORT
};

let sdb2 = await SDB.createSDB(opts);

console.log(await sdb.getConnectedDevices());

List of methods:

  • createSDB
  • getSdbWithCorrectSdbPath
  • getSdbVersion
  • getSdbPath
  • isDeviceConnected
  • mkdir
  • isValidClass
  • forceStop
  • rimraf
  • push
  • pull
  • processExists
  • forwardPort
  • removePortForward
  • ping
  • restart
  • getSdkBinaryPath
  • ConnectDevice
  • getCommandForOS
  • getConnectedDevices
  • getDeviceStatus
  • getDevicesWithRetry
  • getConnectedEmulators
  • getPortFromEmulatorString
  • restartSdb
  • sdbExec
  • shell
  • setEmulatorPort
  • setDeviceId
  • reboot
  • fileExists
  • isAppInstalled
  • startApp
  • uninstall
  • installFromDevicePath
  • install
  • root
  • unroot
  • takeScreenShot
  • startExec
  • checkProcessStatus
  • killProcess

FAQs

Package last updated on 16 Apr 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc