@wdio/protocols 9.14.0 → 9.15.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/commands/appium.d.ts +54 -5
- package/build/commands/appium.d.ts.map +1 -1
- package/build/index.js +1726 -1689
- package/build/protocols/appium.d.ts +81 -20
- package/build/protocols/appium.d.ts.map +1 -1
- package/package.json +2 -2
|
@@ -1,4 +1,18 @@
|
|
|
1
1
|
declare const _default: {
|
|
2
|
+
'/session/:sessionId': {
|
|
3
|
+
GET: {
|
|
4
|
+
command: string;
|
|
5
|
+
description: string;
|
|
6
|
+
ref: string;
|
|
7
|
+
deprecated: string;
|
|
8
|
+
parameters: never[];
|
|
9
|
+
returns: {
|
|
10
|
+
type: string;
|
|
11
|
+
name: string;
|
|
12
|
+
description: string;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
};
|
|
2
16
|
'/session/:sessionId/context': {
|
|
3
17
|
GET: {
|
|
4
18
|
command: string;
|
|
@@ -33,6 +47,45 @@ declare const _default: {
|
|
|
33
47
|
};
|
|
34
48
|
};
|
|
35
49
|
};
|
|
50
|
+
'/session/:sessionId/appium/commands': {
|
|
51
|
+
GET: {
|
|
52
|
+
command: string;
|
|
53
|
+
description: string;
|
|
54
|
+
ref: string;
|
|
55
|
+
parameters: never[];
|
|
56
|
+
returns: {
|
|
57
|
+
type: string;
|
|
58
|
+
name: string;
|
|
59
|
+
description: string;
|
|
60
|
+
};
|
|
61
|
+
};
|
|
62
|
+
};
|
|
63
|
+
'/session/:sessionId/appium/extensions': {
|
|
64
|
+
GET: {
|
|
65
|
+
command: string;
|
|
66
|
+
description: string;
|
|
67
|
+
ref: string;
|
|
68
|
+
parameters: never[];
|
|
69
|
+
returns: {
|
|
70
|
+
type: string;
|
|
71
|
+
name: string;
|
|
72
|
+
description: string;
|
|
73
|
+
};
|
|
74
|
+
};
|
|
75
|
+
};
|
|
76
|
+
'/session/:sessionId/appium/capabilities': {
|
|
77
|
+
GET: {
|
|
78
|
+
command: string;
|
|
79
|
+
description: string;
|
|
80
|
+
ref: string;
|
|
81
|
+
parameters: never[];
|
|
82
|
+
returns: {
|
|
83
|
+
type: string;
|
|
84
|
+
name: string;
|
|
85
|
+
description: string;
|
|
86
|
+
};
|
|
87
|
+
};
|
|
88
|
+
};
|
|
36
89
|
'/session/:sessionId/appium/device/shake': {
|
|
37
90
|
POST: {
|
|
38
91
|
command: string;
|
|
@@ -1725,7 +1778,18 @@ declare const _default: {
|
|
|
1725
1778
|
};
|
|
1726
1779
|
};
|
|
1727
1780
|
};
|
|
1728
|
-
'/session/:sessionId/
|
|
1781
|
+
'/session/:sessionId/location': {
|
|
1782
|
+
GET: {
|
|
1783
|
+
command: string;
|
|
1784
|
+
description: string;
|
|
1785
|
+
ref: string;
|
|
1786
|
+
parameters: never[];
|
|
1787
|
+
returns: {
|
|
1788
|
+
type: string;
|
|
1789
|
+
name: string;
|
|
1790
|
+
description: string;
|
|
1791
|
+
};
|
|
1792
|
+
};
|
|
1729
1793
|
POST: {
|
|
1730
1794
|
command: string;
|
|
1731
1795
|
description: string;
|
|
@@ -1736,40 +1800,37 @@ declare const _default: {
|
|
|
1736
1800
|
description: string;
|
|
1737
1801
|
required: boolean;
|
|
1738
1802
|
}[];
|
|
1803
|
+
};
|
|
1804
|
+
};
|
|
1805
|
+
"/session/:sessionId/se/log/types": {
|
|
1806
|
+
GET: {
|
|
1807
|
+
command: string;
|
|
1808
|
+
description: string;
|
|
1809
|
+
ref: string;
|
|
1810
|
+
parameters: never[];
|
|
1739
1811
|
returns: {
|
|
1740
1812
|
type: string;
|
|
1741
1813
|
name: string;
|
|
1742
1814
|
description: string;
|
|
1743
1815
|
};
|
|
1744
|
-
support: {
|
|
1745
|
-
android: {
|
|
1746
|
-
UiAutomator: string;
|
|
1747
|
-
};
|
|
1748
|
-
ios: {
|
|
1749
|
-
XCUITest: string;
|
|
1750
|
-
};
|
|
1751
|
-
};
|
|
1752
1816
|
};
|
|
1753
1817
|
};
|
|
1754
|
-
|
|
1755
|
-
|
|
1818
|
+
"/session/:sessionId/se/log": {
|
|
1819
|
+
POST: {
|
|
1756
1820
|
command: string;
|
|
1757
1821
|
description: string;
|
|
1758
1822
|
ref: string;
|
|
1759
|
-
parameters:
|
|
1823
|
+
parameters: {
|
|
1824
|
+
name: string;
|
|
1825
|
+
type: string;
|
|
1826
|
+
description: string;
|
|
1827
|
+
required: boolean;
|
|
1828
|
+
}[];
|
|
1760
1829
|
returns: {
|
|
1761
1830
|
type: string;
|
|
1762
1831
|
name: string;
|
|
1763
1832
|
description: string;
|
|
1764
1833
|
};
|
|
1765
|
-
support: {
|
|
1766
|
-
android: {
|
|
1767
|
-
UiAutomator: string;
|
|
1768
|
-
};
|
|
1769
|
-
ios: {
|
|
1770
|
-
XCUITest: string;
|
|
1771
|
-
};
|
|
1772
|
-
};
|
|
1773
1834
|
};
|
|
1774
1835
|
};
|
|
1775
1836
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"appium.d.ts","sourceRoot":"","sources":["../../src/protocols/appium.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"appium.d.ts","sourceRoot":"","sources":["../../src/protocols/appium.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAUA,wBA4wEC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wdio/protocols",
|
|
3
|
-
"version": "9.
|
|
3
|
+
"version": "9.15.0",
|
|
4
4
|
"description": "Utility package providing information about automation protocols",
|
|
5
5
|
"author": "Christian Bromann <mail@bromann.dev>",
|
|
6
6
|
"homepage": "https://github.com/webdriverio/webdriverio/tree/main/packages/wdio-protocols",
|
|
@@ -29,5 +29,5 @@
|
|
|
29
29
|
"publishConfig": {
|
|
30
30
|
"access": "public"
|
|
31
31
|
},
|
|
32
|
-
"gitHead": "
|
|
32
|
+
"gitHead": "0161f7203a99a181ee945286b676b37e032763fe"
|
|
33
33
|
}
|