appium-novawindows2-driver 0.1.13 → 0.2.1

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/package.json CHANGED
@@ -1,63 +1,63 @@
1
- {
2
- "name": "appium-novawindows2-driver",
3
- "version": "0.1.13",
4
- "description": "Appium driver for Windows",
5
- "keywords": [
6
- "appium",
7
- "novawindows2",
8
- "uiautomation",
9
- "powershell",
10
- "automated testing",
11
- "windows"
12
- ],
13
- "main": "build/lib/driver.js",
14
- "files": [
15
- "build"
16
- ],
17
- "scripts": {
18
- "build": "tsc -b",
19
- "watch": "tsc -b --watch",
20
- "lint": "eslint .",
21
- "test": "echo \"Error: no test specified\" && exit 1"
22
- },
23
- "author": "nguyenvanhuy0612",
24
- "license": "Apache-2.0",
25
- "repository": {
26
- "type": "git",
27
- "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver.git"
28
- },
29
- "bugs": {
30
- "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver/issues"
31
- },
32
- "peerDependencies": {
33
- "appium": "^3.1.0"
34
- },
35
- "dependencies": {
36
- "@appium/base-driver": "^10.1.0",
37
- "bezier-easing": "^2.1.0",
38
- "koffi": "^2.14.1",
39
- "xpath-analyzer": "^3.0.1"
40
- },
41
- "appium": {
42
- "driverName": "novawindows2",
43
- "automationName": "NovaWindows2",
44
- "platformNames": [
45
- "Windows"
46
- ],
47
- "mainClass": "NovaWindows2Driver"
48
- },
49
- "devDependencies": {
50
- "@appium/eslint-config-appium-ts": "^2.0.3",
51
- "@appium/tsconfig": "^1.1.0",
52
- "@appium/types": "^1.1.0",
53
- "@eslint/js": "^9.38.0",
54
- "@semantic-release/changelog": "^6.0.3",
55
- "@semantic-release/git": "^10.0.1",
56
- "@types/node": "^24.8.1",
57
- "conventional-changelog-conventionalcommits": "^9.1.0",
58
- "eslint": "^9.38.0",
59
- "semantic-release": "^25.0.1",
60
- "typescript": "^5.9.3",
61
- "typescript-eslint": "^8.46.1"
62
- }
1
+ {
2
+ "name": "appium-novawindows2-driver",
3
+ "version": "0.2.1",
4
+ "description": "Appium driver for Windows",
5
+ "keywords": [
6
+ "appium",
7
+ "novawindows2",
8
+ "uiautomation",
9
+ "powershell",
10
+ "automated testing",
11
+ "windows"
12
+ ],
13
+ "main": "build/lib/driver.js",
14
+ "files": [
15
+ "build"
16
+ ],
17
+ "scripts": {
18
+ "build": "tsc -b",
19
+ "watch": "tsc -b --watch",
20
+ "lint": "eslint .",
21
+ "test": "echo \"Error: no test specified\" && exit 1"
22
+ },
23
+ "author": "nguyenvanhuy0612",
24
+ "license": "Apache-2.0",
25
+ "repository": {
26
+ "type": "git",
27
+ "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver.git"
28
+ },
29
+ "bugs": {
30
+ "url": "https://github.com/nguyenvanhuy0612/appium-novawindows2-driver/issues"
31
+ },
32
+ "peerDependencies": {
33
+ "appium": "^3.1.0"
34
+ },
35
+ "dependencies": {
36
+ "@appium/base-driver": "^10.1.0",
37
+ "bezier-easing": "^2.1.0",
38
+ "koffi": "^2.14.1",
39
+ "xpath-analyzer": "^3.0.1"
40
+ },
41
+ "appium": {
42
+ "driverName": "novawindows2",
43
+ "automationName": "NovaWindows2",
44
+ "platformNames": [
45
+ "Windows"
46
+ ],
47
+ "mainClass": "NovaWindows2Driver"
48
+ },
49
+ "devDependencies": {
50
+ "@appium/eslint-config-appium-ts": "^2.0.3",
51
+ "@appium/tsconfig": "^1.1.0",
52
+ "@appium/types": "^1.1.0",
53
+ "@eslint/js": "^9.38.0",
54
+ "@semantic-release/changelog": "^6.0.3",
55
+ "@semantic-release/git": "^10.0.1",
56
+ "@types/node": "^24.8.1",
57
+ "conventional-changelog-conventionalcommits": "^9.1.0",
58
+ "eslint": "^9.38.0",
59
+ "semantic-release": "^25.0.1",
60
+ "typescript": "^5.9.3",
61
+ "typescript-eslint": "^8.46.1"
62
+ }
63
63
  }
@@ -1,163 +0,0 @@
1
- export declare const HRESULT: import("koffi").IKoffiCType;
2
- export declare const VOID: import("koffi").IKoffiCType;
3
- export declare const PVOID: import("koffi").IKoffiCType;
4
- export declare const RECT: import("koffi").IKoffiCType;
5
- export declare const SysAllocString: import("koffi").KoffiFunction;
6
- export declare const SysFreeString: import("koffi").KoffiFunction;
7
- export declare const GUID: import("koffi").IKoffiCType;
8
- export declare const CLSID_CUIAutomation: {
9
- Data1: number;
10
- Data2: number;
11
- Data3: number;
12
- Data4: number[];
13
- };
14
- export declare const IID_IUIAutomation: {
15
- Data1: number;
16
- Data2: number;
17
- Data3: number;
18
- Data4: number[];
19
- };
20
- export declare const IID_IUIAutomationElement: {
21
- Data1: number;
22
- Data2: number;
23
- Data3: number;
24
- Data4: number[];
25
- };
26
- export declare const VARIANT: import("koffi").IKoffiCType;
27
- export declare const VT_I4 = 3;
28
- export declare const VT_BSTR = 8;
29
- export declare const VT_BOOL = 11;
30
- export declare const GetRootElementProto: import("koffi").IKoffiCType;
31
- export declare const FindFirstProto: import("koffi").IKoffiCType;
32
- export declare const FindAllProto: import("koffi").IKoffiCType;
33
- export declare const get_LengthProto: import("koffi").IKoffiCType;
34
- export declare const GetElementProto: import("koffi").IKoffiCType;
35
- export declare const CreatePropertyConditionProto: import("koffi").IKoffiCType;
36
- export declare const CreateTrueConditionProto: import("koffi").IKoffiCType;
37
- export declare const GetCurrentPropertyValueProto: import("koffi").IKoffiCType;
38
- export declare const get_CurrentBoundingRectangleProto: import("koffi").IKoffiCType;
39
- export declare const IUIAutomationElementVtbl: import("koffi").IKoffiCType;
40
- export declare const IUIAutomationVtbl: import("koffi").IKoffiCType;
41
- export declare const UIA_RuntimeIdPropertyId = 30000;
42
- export declare const UIA_BoundingRectanglePropertyId = 30001;
43
- export declare const UIA_ProcessIdPropertyId = 30002;
44
- export declare const UIA_ControlTypePropertyId = 30003;
45
- export declare const UIA_LocalizedControlTypePropertyId = 30004;
46
- export declare const UIA_NamePropertyId = 30005;
47
- export declare const UIA_AcceleratorKeyPropertyId = 30006;
48
- export declare const UIA_AccessKeyPropertyId = 30007;
49
- export declare const UIA_HasKeyboardFocusPropertyId = 30008;
50
- export declare const UIA_IsKeyboardFocusablePropertyId = 30009;
51
- export declare const UIA_IsEnabledPropertyId = 30010;
52
- export declare const UIA_AutomationIdPropertyId = 30011;
53
- export declare const UIA_ClassNamePropertyId = 30012;
54
- export declare const UIA_HelpTextPropertyId = 30013;
55
- export declare const UIA_ClickablePointPropertyId = 30014;
56
- export declare const UIA_CulturePropertyId = 30015;
57
- export declare const UIA_NativeWindowHandlePropertyId = 30020;
58
- export declare const UIA_IsOffscreenPropertyId = 30022;
59
- export declare const UIA_OrientationPropertyId = 30023;
60
- export declare const UIA_FrameworkIdPropertyId = 30024;
61
- export declare const UIA_IsContentElementPropertyId = 30027;
62
- export declare const UIA_IsControlElementPropertyId = 30028;
63
- export declare const UIA_IsPasswordPropertyId = 30019;
64
- export declare const UIA_ItemTypePropertyId = 30021;
65
- export declare const UIA_IsGridPatternAvailablePropertyId = 30045;
66
- export declare const UIA_ButtonControlTypeId = 50000;
67
- export declare const UIA_CalendarControlTypeId = 50001;
68
- export declare const UIA_CheckBoxControlTypeId = 50002;
69
- export declare const UIA_ComboBoxControlTypeId = 50003;
70
- export declare const UIA_EditControlTypeId = 50004;
71
- export declare const UIA_HyperlinkControlTypeId = 50005;
72
- export declare const UIA_ImageControlTypeId = 50006;
73
- export declare const UIA_ListItemControlTypeId = 50007;
74
- export declare const UIA_ListControlTypeId = 50008;
75
- export declare const UIA_MenuControlTypeId = 50009;
76
- export declare const UIA_MenuBarControlTypeId = 50010;
77
- export declare const UIA_MenuItemControlTypeId = 50011;
78
- export declare const UIA_ProgressBarControlTypeId = 50012;
79
- export declare const UIA_RadioButtonControlTypeId = 50013;
80
- export declare const UIA_ScrollBarControlTypeId = 50014;
81
- export declare const UIA_SliderControlTypeId = 50015;
82
- export declare const UIA_SpinnerControlTypeId = 50016;
83
- export declare const UIA_StatusBarControlTypeId = 50017;
84
- export declare const UIA_TabControlTypeId = 50018;
85
- export declare const UIA_TabItemControlTypeId = 50019;
86
- export declare const UIA_TextControlTypeId = 50020;
87
- export declare const UIA_ToolBarControlTypeId = 50021;
88
- export declare const UIA_ToolTipControlTypeId = 50022;
89
- export declare const UIA_TreeControlTypeId = 50023;
90
- export declare const UIA_TreeItemControlTypeId = 50024;
91
- export declare const UIA_CustomControlTypeId = 50025;
92
- export declare const UIA_GroupControlTypeId = 50026;
93
- export declare const UIA_ThumbControlTypeId = 50027;
94
- export declare const UIA_DataGridControlTypeId = 50028;
95
- export declare const UIA_DataItemControlTypeId = 50029;
96
- export declare const UIA_DocumentControlTypeId = 50030;
97
- export declare const UIA_SplitButtonControlTypeId = 50031;
98
- export declare const UIA_WindowControlTypeId = 50032;
99
- export declare const UIA_PaneControlTypeId = 50033;
100
- export declare const UIA_HeaderControlTypeId = 50034;
101
- export declare const UIA_HeaderItemControlTypeId = 50035;
102
- export declare const UIA_TableControlTypeId = 50036;
103
- export declare const UIA_TitleBarControlTypeId = 50037;
104
- export declare const UIA_SeparatorControlTypeId = 50038;
105
- export declare const UIA_SemanticZoomControlTypeId = 50039;
106
- export declare const UIA_AppBarControlTypeId = 50040;
107
- export declare const COINIT_MULTITHREADED = 0;
108
- export declare const COINIT_APARTMENTTHREADED = 2;
109
- export declare const CLSCTX_INPROC_SERVER = 1;
110
- export declare const TreeScope: {
111
- Element: number;
112
- Children: number;
113
- Descendants: number;
114
- Parent: number;
115
- Ancestors: number;
116
- Subtree: number;
117
- };
118
- export declare const CoInitializeEx: import("koffi").KoffiFunction;
119
- export declare const CoCreateInstance: import("koffi").KoffiFunction;
120
- export declare const VariantClear: import("koffi").KoffiFunction;
121
- export declare const SysStringLen: import("koffi").KoffiFunction;
122
- export declare class UIAClient {
123
- private automation;
124
- constructor();
125
- getDesktopWindow(): any;
126
- elementFromHandle(hwnd: any): UIAElement;
127
- getRootElement(): UIAElement;
128
- createTrueCondition(): any;
129
- createPropertyCondition(propertyId: number, value: any): any;
130
- getRawViewCondition(): any;
131
- createAndCondition(c1: any, c2: any): any;
132
- createOrCondition(c1: any, c2: any): any;
133
- createNotCondition(c: any): any;
134
- }
135
- export declare const IUIAutomationElementArrayVtbl: import("koffi").IKoffiCType;
136
- export declare class UIAElement {
137
- private element;
138
- constructor(ptr: any);
139
- private getVTable;
140
- setFocus(): void;
141
- getBoundingRectangle(): {
142
- left: number;
143
- top: number;
144
- right: number;
145
- bottom: number;
146
- };
147
- probe(index: number): string;
148
- getName(): string;
149
- getClassName(): string;
150
- findFirst(scope: number, conditionPtr: any): UIAElement | null;
151
- findAll(scope: number, conditionPtr: any): UIAElementArray | null;
152
- getCurrentPropertyValue(propertyId: number): any;
153
- findFirstByProperty(scope: number, propertyId: number, value: any, client: UIAClient): UIAElement | null;
154
- findAllByProperty(scope: number, propertyId: number, value: any, client: UIAClient): UIAElement[];
155
- }
156
- export declare class UIAElementArray {
157
- private array;
158
- constructor(ptr: any);
159
- get length(): number;
160
- getElement(index: number): UIAElement;
161
- toArray(): UIAElement[];
162
- }
163
- //# sourceMappingURL=uia.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"uia.d.ts","sourceRoot":"","sources":["../../../lib/winapi/uia.ts"],"names":[],"mappings":"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"}