appium-novawindows2-driver 0.1.4 → 0.1.6

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.
Files changed (55) hide show
  1. package/LICENSE +201 -201
  2. package/README.md +557 -557
  3. package/build/lib/commands/actions.d.ts.map +1 -1
  4. package/build/lib/commands/actions.js +3 -4
  5. package/build/lib/commands/actions.js.map +1 -1
  6. package/build/lib/commands/app.d.ts.map +1 -1
  7. package/build/lib/commands/app.js +53 -45
  8. package/build/lib/commands/app.js.map +1 -1
  9. package/build/lib/commands/device.d.ts.map +1 -1
  10. package/build/lib/commands/device.js +2 -0
  11. package/build/lib/commands/device.js.map +1 -1
  12. package/build/lib/commands/element.d.ts.map +1 -1
  13. package/build/lib/commands/element.js +42 -12
  14. package/build/lib/commands/element.js.map +1 -1
  15. package/build/lib/commands/extension.d.ts.map +1 -1
  16. package/build/lib/commands/extension.js +29 -17
  17. package/build/lib/commands/extension.js.map +1 -1
  18. package/build/lib/commands/file.d.ts +5 -0
  19. package/build/lib/commands/file.d.ts.map +1 -0
  20. package/build/lib/commands/file.js +49 -0
  21. package/build/lib/commands/file.js.map +1 -0
  22. package/build/lib/commands/functions.d.ts.map +1 -1
  23. package/build/lib/commands/functions.js +189 -187
  24. package/build/lib/commands/functions.js.map +1 -1
  25. package/build/lib/commands/index.d.ts +3 -0
  26. package/build/lib/commands/index.d.ts.map +1 -1
  27. package/build/lib/commands/index.js +2 -0
  28. package/build/lib/commands/index.js.map +1 -1
  29. package/build/lib/commands/powershell.d.ts.map +1 -1
  30. package/build/lib/commands/powershell.js +114 -68
  31. package/build/lib/commands/powershell.js.map +1 -1
  32. package/build/lib/constraints.d.ts +18 -0
  33. package/build/lib/constraints.d.ts.map +1 -1
  34. package/build/lib/constraints.js +18 -0
  35. package/build/lib/constraints.js.map +1 -1
  36. package/build/lib/driver.d.ts.map +1 -1
  37. package/build/lib/driver.js +35 -4
  38. package/build/lib/driver.js.map +1 -1
  39. package/build/lib/powershell/converter.d.ts.map +1 -1
  40. package/build/lib/powershell/converter.js +12 -0
  41. package/build/lib/powershell/converter.js.map +1 -1
  42. package/build/lib/powershell/elements.d.ts.map +1 -1
  43. package/build/lib/powershell/elements.js +270 -265
  44. package/build/lib/powershell/elements.js.map +1 -1
  45. package/build/lib/winapi/user32.js.map +1 -1
  46. package/build/lib/xpath/core.d.ts +2 -2
  47. package/build/lib/xpath/core.d.ts.map +1 -1
  48. package/build/lib/xpath/core.js +32 -26
  49. package/build/lib/xpath/core.js.map +1 -1
  50. package/build/lib/xpath/functions.d.ts +1 -1
  51. package/build/lib/xpath/functions.d.ts.map +1 -1
  52. package/build/lib/xpath/functions.js +2 -2
  53. package/build/lib/xpath/functions.js.map +1 -1
  54. package/build/tsconfig.tsbuildinfo +1 -1
  55. package/package.json +66 -65
package/package.json CHANGED
@@ -1,65 +1,66 @@
1
- {
2
- "name": "appium-novawindows2-driver",
3
- "version": "0.1.4",
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
- "webdriverio": "^9.21.0",
63
- "axios": "^1.4.0"
64
- }
65
- }
1
+ {
2
+ "name": "appium-novawindows2-driver",
3
+ "version": "0.1.6",
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
+ "adm-zip": "^0.5.16",
38
+ "bezier-easing": "^2.1.0",
39
+ "koffi": "^2.14.1",
40
+ "xpath-analyzer": "^3.0.1"
41
+ },
42
+ "appium": {
43
+ "driverName": "novawindows2",
44
+ "automationName": "NovaWindows2",
45
+ "platformNames": [
46
+ "Windows"
47
+ ],
48
+ "mainClass": "NovaWindows2Driver"
49
+ },
50
+ "devDependencies": {
51
+ "@appium/eslint-config-appium-ts": "^2.0.3",
52
+ "@appium/tsconfig": "^1.1.0",
53
+ "@appium/types": "^1.1.0",
54
+ "@eslint/js": "^9.38.0",
55
+ "@semantic-release/changelog": "^6.0.3",
56
+ "@semantic-release/git": "^10.0.1",
57
+ "@types/node": "^24.8.1",
58
+ "axios": "^1.4.0",
59
+ "conventional-changelog-conventionalcommits": "^9.1.0",
60
+ "eslint": "^9.38.0",
61
+ "semantic-release": "^25.0.1",
62
+ "typescript": "^5.9.3",
63
+ "typescript-eslint": "^8.46.1",
64
+ "webdriverio": "^9.21.0"
65
+ }
66
+ }