Gathering detailed insights and metrics for appium-selendroid-driver
Gathering detailed insights and metrics for appium-selendroid-driver
Gathering detailed insights and metrics for appium-selendroid-driver
Gathering detailed insights and metrics for appium-selendroid-driver
npm install appium-selendroid-driver
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
Apache-2.0 License
9 Stars
179 Commits
16 Forks
14 Watchers
11 Branches
11 Contributors
Updated on Aug 17, 2021
Latest Version
1.13.4
Package Id
appium-selendroid-driver@1.13.4
Size
48.48 kB
NPM Version
6.4.1
Node Version
10.15.3
Published on
May 09, 2019
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
This driver is the Appium interface to the Selendroid test automation framework.
From the Appium server it is requested by specifying the desired capability automationName
of Selendroid
when starting a session.
Most of the Selenium methods are handled by the Selendroid framework itself. This package simply handles the setting up of the session by instrumenting the application and making sure that both the application and the Selendroid server are signed with the same keys. It then provides a method for proxying through the appium-jsonwp-proxy to the Selendroid server running on the device.
proxyReqRes (request, response)
Some methods, however, are handled locally, if they either don't work in the Selendroid implementation, or they are Appium additions that are not currently supported by Selendroid.
The following methods are implemented by the appium-selendroid-driver
, either in full or by appropriately fixing state and then proxying to the Selendroid server.
Methods |
---|
activateIMEEngine (engine) |
availableIMEEngines () |
background (seconds) |
closeApp () |
deactivateIMEEngine () |
endCoverage (intent, path) |
getActiveIMEEngine () |
getContexts () |
getCurrentActivity () |
getCurrentContext () |
getLog (type) |
getLogTypes () |
getNetworkConnection () |
getSettings () |
getStrings (language, stringFile) |
hideKeyboard (strategy, key, keyCode, keyName) |
installApp (appPath) |
isAppInstalled (bundleId) |
isIMEActivated () |
isLocked () |
keyevent (keycode, metastate) |
keys (value) |
launchApp () |
lock (seconds) |
longPressKeyCode (keycode, metastate) |
mobileRotation (x, y, radius, rotation, touchCount, duration, element) |
mobileShake () |
openNotifications () |
performMultiAction (actions, elementId) |
pressKeyCode (keycode, metastate) |
pullFile (path) |
pullFolder (path) |
pushFile (path, data) |
receiveAsyncResponse (response) |
removeApp (appId, bundleId) |
replaceValue (value) |
reset () |
setContext (name) |
setGeoLocation (location) |
setNetworkConnection (type) |
setValue (value) |
setValueImmediate (value) |
startActivity (appPackage, appActivity) |
toggleData () |
toggleFlightMode () |
toggleLocationServices () |
toggleWiFi () |
unlock () |
updateSettings (settings) |
To use a mirror of the Selendroid driver binaries use npm config property selendroid_driver_cdnurl
.
Default is http://repo1.maven.org/maven2/io/selendroid/selendroid-standalone
.
1npm install appium-selendroid-driver --selendroid_driver_cdnurl=http://repo2.maven.org/maven2/io/selendroid/selendroid-standalone
Or add the property into your .npmrc
file.
1selendroid_driver_cdnurl=http://repo2.maven.org/maven2/io/selendroid/selendroid-standalone
Another option is to use PATH variable SELENDROID_DRIVER_CDNURL
.
1SELENDROID_DRIVER_CDNURL=http://repo2.maven.org/maven2/io/selendroid/selendroid-standalone npm install appium-selendroid-driver
gulp watch
gulp once
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 2/20 approved changesets -- score normalized to 1
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More