UNPKG
io.appium.settings
Version:
latest (6.0.4)
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.14.15
5.14.14
5.14.13
5.14.12
5.14.11
5.14.10
5.14.9
5.14.8
5.14.7
5.14.6
5.14.5
5.14.4
5.14.3
5.14.2
5.14.1
5.14.0
5.13.0
5.12.24
5.12.23
5.12.22
5.12.21
5.12.20
5.12.19
5.12.18
5.12.17
5.12.16
5.12.15
5.12.14
5.12.13
5.12.12
5.12.11
5.12.10
5.12.9
5.12.8
5.12.7
5.12.6
5.12.5
5.12.4
5.12.3
5.12.2
5.12.1
5.12.0
5.11.0
5.10.2
5.10.1
5.10.0
5.9.2
5.9.1
5.9.0
5.8.2
5.8.1
5.8.0
5.7.9
5.7.8
5.7.7
5.7.6
5.7.5
5.7.4
5.7.3
5.7.2
5.7.1
5.7.0
5.6.0
5.5.0
5.4.2
5.4.1
5.4.0
5.3.1
5.3.0
5.2.0
5.1.3
5.1.2
5.1.1
5.1.0
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.2
4.1.1
4.1.0
4.0.10
4.0.9
4.0.8
4.0.7
4.0.6
4.0.5
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.6.0
3.5.0
3.4.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.1
3.0.0
2.16.2
2.16.1
2.16.0
2.15.0
2.14.2
2.14.1
2.14.0
2.13.0
2.12.1
2.12.0
2.11.0
2.10.0
2.9.0
2.8.0
2.7.2
2.7.1
2.7.0
2.6.0
2.5.1
2.5.0
2.4.0
2.3.0
2.2.1
2.2.0
2.1.0
2.0.0
1.0.0
App for dealing with Android settings
github.com/appium/io.appium.settings
appium/io.appium.settings
io.appium.settings
/
lib
/
index.js
9 lines
(6 loc)
•
214 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
import
{install}
from
'source-map-support'
;
install
();
import
{ getSettingsApkPath }
from
'./utils'
;
export
const
path =
getSettingsApkPath
();
export
*
from
'./constants'
;
export
{
SettingsApp
}
from
'./client'
;