gestament 0.4.0 → 0.6.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.
Files changed (73) hide show
  1. package/README.md +20 -5
  2. package/dist/displaySession.d.ts +2 -2
  3. package/dist/displaySession.d.ts.map +1 -1
  4. package/dist/element.d.ts +2 -2
  5. package/dist/element.d.ts.map +1 -1
  6. package/dist/errors.d.ts +2 -2
  7. package/dist/generated/packageMetadata.d.ts +4 -4
  8. package/dist/gestament-config.d.ts +2 -2
  9. package/dist/gestament-launcher-driver.cjs +103 -5
  10. package/dist/gestament-launcher-driver.cjs.map +1 -1
  11. package/dist/gestament-launcher-driver.d.ts +2 -2
  12. package/dist/gestament-launcher-driver.mjs +103 -5
  13. package/dist/gestament-launcher-driver.mjs.map +1 -1
  14. package/dist/gestament-tray-host.cjs +9 -1
  15. package/dist/gestament-tray-host.cjs.map +1 -1
  16. package/dist/gestament-tray-host.d.ts +2 -2
  17. package/dist/gestament-tray-host.mjs +9 -1
  18. package/dist/gestament-tray-host.mjs.map +1 -1
  19. package/dist/gestament-xvfb-pool-probe.cjs +1 -1
  20. package/dist/gestament-xvfb-pool-probe.d.ts +2 -2
  21. package/dist/gestament-xvfb-pool-probe.mjs +1 -1
  22. package/dist/gestament-xvfb-worker.d.ts +2 -2
  23. package/dist/gestament-xvfb.d.ts +2 -2
  24. package/dist/gestament.cjs +279 -0
  25. package/dist/gestament.cjs.map +1 -0
  26. package/dist/gestament.d.ts +29 -0
  27. package/dist/gestament.d.ts.map +1 -0
  28. package/dist/gestament.mjs +278 -0
  29. package/dist/gestament.mjs.map +1 -0
  30. package/dist/index.cjs +1 -1
  31. package/dist/index.d.ts +2 -2
  32. package/dist/index.mjs +1 -1
  33. package/dist/{launchGtkApp-Bst1BFbD.js → launchGtkApp-B3FMzhrc.js} +741 -74
  34. package/dist/launchGtkApp-B3FMzhrc.js.map +1 -0
  35. package/dist/{launchGtkApp-BfELuV-H.cjs → launchGtkApp-OggUtTTC.cjs} +743 -76
  36. package/dist/launchGtkApp-OggUtTTC.cjs.map +1 -0
  37. package/dist/launchGtkApp.d.ts +2 -2
  38. package/dist/launchGtkApp.d.ts.map +1 -1
  39. package/dist/launcherDriverProtocol.d.ts +37 -4
  40. package/dist/launcherDriverProtocol.d.ts.map +1 -1
  41. package/dist/{native-C6MsIBNF.js → native-C2tzSvVW.js} +25 -11
  42. package/dist/native-C2tzSvVW.js.map +1 -0
  43. package/dist/{native-BUWDWMBB.cjs → native-Xz0gjKti.cjs} +20 -6
  44. package/dist/native-Xz0gjKti.cjs.map +1 -0
  45. package/dist/native.d.ts +8 -2
  46. package/dist/native.d.ts.map +1 -1
  47. package/dist/output.d.ts +27 -0
  48. package/dist/output.d.ts.map +1 -0
  49. package/dist/packageMetadata-BQE2KNaa.js +5 -0
  50. package/dist/packageMetadata-BQE2KNaa.js.map +1 -0
  51. package/dist/packageMetadata-BqAHZ5WO.cjs +4 -0
  52. package/dist/packageMetadata-BqAHZ5WO.cjs.map +1 -0
  53. package/dist/prerequisites.d.ts +2 -2
  54. package/dist/testing.d.ts +2 -2
  55. package/dist/tray.d.ts +2 -2
  56. package/dist/types.d.ts +206 -3
  57. package/dist/types.d.ts.map +1 -1
  58. package/dist/wait.d.ts +2 -2
  59. package/package.json +8 -7
  60. package/prebuilds/linux-arm/gtk3/node.napi.armv7.glibc.node +0 -0
  61. package/prebuilds/linux-arm/gtk4/node.napi.armv7.glibc.node +0 -0
  62. package/prebuilds/linux-arm64/gtk3/node.napi.glibc.node +0 -0
  63. package/prebuilds/linux-arm64/gtk4/node.napi.glibc.node +0 -0
  64. package/prebuilds/linux-ia32/gtk3/node.napi.glibc.node +0 -0
  65. package/prebuilds/linux-ia32/gtk4/node.napi.glibc.node +0 -0
  66. package/prebuilds/linux-riscv64/gtk3/node.napi.glibc.node +0 -0
  67. package/prebuilds/linux-riscv64/gtk4/node.napi.glibc.node +0 -0
  68. package/prebuilds/linux-x64/gtk3/node.napi.glibc.node +0 -0
  69. package/prebuilds/linux-x64/gtk4/node.napi.glibc.node +0 -0
  70. package/dist/launchGtkApp-BfELuV-H.cjs.map +0 -1
  71. package/dist/launchGtkApp-Bst1BFbD.js.map +0 -1
  72. package/dist/native-BUWDWMBB.cjs.map +0 -1
  73. package/dist/native-C6MsIBNF.js.map +0 -1
@@ -1,20 +1,23 @@
1
1
  /*!
2
2
  * name: gestament
3
- * version: 0.4.0
3
+ * version: 0.6.0
4
4
  * description: TypeScript based test driver for GTK
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/gestament.git
8
- * git.commit.hash: 99e5b39d6b18c635721584cf2d8b9381d0b1df66
8
+ * git.commit.hash: 8cae2c4b222506eb3da626ae0810a8d2cb17f49c
9
9
  */
10
10
 
11
- import { GtkAutomationErrorCode, GtkCaptureBounds, GtkImagePoint, GtkImageSize, GtkTrayItemSelector, GtkWidgetKind } from './types.js';
12
- export type DriverCommand = 'launcher.environment' | 'launcher.launch' | 'launcher.release' | 'launcher.reset' | 'app.environment' | 'app.release' | 'app.capture' | 'app.findById' | 'app.getById' | 'app.findByPath' | 'app.getByPath' | 'app.windowAt' | 'app.getWindowCount' | 'app.findTrayItem' | 'app.getTrayItem' | 'app.trayItemAt' | 'app.getTrayItemCount' | 'element.info' | 'element.capture' | 'element.bounds' | 'element.childAt' | 'element.getChildCount' | 'element.click' | 'element.text' | 'element.setText' | 'element.isChecked' | 'element.toggle' | 'element.value' | 'element.valueInfo' | 'element.setValue' | 'element.increment' | 'element.decrement' | 'element.getSelectedChildCount' | 'element.selectedChildAt' | 'element.isChildSelected' | 'element.selectChildAt' | 'element.deselectChildAt' | 'element.selectAllChildren' | 'element.clearSelection' | 'element.getRowCount' | 'element.getColumnCount' | 'element.cellAt' | 'element.selectedRows' | 'element.selectedColumns' | 'element.isRowSelected' | 'element.isColumnSelected' | 'element.isCellSelected' | 'element.selectRow' | 'element.deselectRow' | 'element.selectColumn' | 'element.deselectColumn' | 'element.imageInfo' | 'window.resizeHints' | 'window.x11Info' | 'imageInfo.capture' | 'tray.metadata' | 'tray.element' | 'tray.capture' | 'tray.click' | 'tray.openMenu';
11
+ import { GtkAutomationErrorCode, GtkAppOutput, GtkAppOutputEvent, GtkCaptureBounds, GtkImagePoint, GtkImageSize, GtkSystemOutputSource, GtkTrayItemSelector, GtkWidgetKind } from './types.js';
12
+ export type DriverCommand = 'launcher.environment' | 'launcher.launch' | 'launcher.release' | 'launcher.reset' | 'app.environment' | 'app.output' | 'app.release' | 'app.capture' | 'app.findById' | 'app.getById' | 'app.findByPath' | 'app.getByPath' | 'app.windowAt' | 'app.getWindowCount' | 'app.findTrayItem' | 'app.getTrayItem' | 'app.trayItemAt' | 'app.getTrayItemCount' | 'element.info' | 'element.capture' | 'element.bounds' | 'element.childAt' | 'element.getChildCount' | 'element.click' | 'element.text' | 'element.setText' | 'element.isChecked' | 'element.toggle' | 'element.value' | 'element.valueInfo' | 'element.setValue' | 'element.increment' | 'element.decrement' | 'element.getSelectedChildCount' | 'element.selectedChildAt' | 'element.isChildSelected' | 'element.selectChildAt' | 'element.deselectChildAt' | 'element.selectAllChildren' | 'element.clearSelection' | 'element.getRowCount' | 'element.getColumnCount' | 'element.cellAt' | 'element.selectedRows' | 'element.selectedColumns' | 'element.isRowSelected' | 'element.isColumnSelected' | 'element.isCellSelected' | 'element.selectRow' | 'element.deselectRow' | 'element.selectColumn' | 'element.deselectColumn' | 'element.imageInfo' | 'window.moveTo' | 'window.resizeHints' | 'window.resizeTo' | 'window.setBounds' | 'window.x11Info' | 'imageInfo.capture' | 'tray.metadata' | 'tray.element' | 'tray.capture' | 'tray.click' | 'tray.openMenu';
13
13
  export type WireGtkAppEnvironment = Readonly<Record<string, string | null>>;
14
+ export type DriverEventChannel = 'app.output' | 'system.output';
14
15
  export interface DriverLaunchPayload {
15
16
  readonly appPath: string;
16
17
  readonly args: readonly string[];
17
18
  readonly env: WireGtkAppEnvironment;
19
+ readonly outputBufferBytes: number | null;
20
+ readonly outputScopeId: string | null;
18
21
  readonly timeoutMs: number | null;
19
22
  }
20
23
  export interface DriverEnvironmentPayload {
@@ -48,6 +51,17 @@ export interface DriverTextPayload {
48
51
  export interface DriverValuePayload {
49
52
  readonly value: number;
50
53
  }
54
+ export interface DriverWindowMovePayload {
55
+ readonly x: number;
56
+ readonly y: number;
57
+ }
58
+ export interface DriverWindowResizePayload {
59
+ readonly height: number;
60
+ readonly width: number;
61
+ }
62
+ export interface DriverWindowBoundsPayload {
63
+ readonly bounds: GtkCaptureBounds;
64
+ }
51
65
  export interface DriverIdPayload {
52
66
  readonly id: string;
53
67
  }
@@ -77,6 +91,13 @@ export interface DriverErrorResponse {
77
91
  readonly error: SerializedDriverError;
78
92
  }
79
93
  export type DriverResponse = DriverSuccessResponse | DriverErrorResponse;
94
+ export interface DriverEventMessage {
95
+ readonly channel: DriverEventChannel;
96
+ readonly scopeId: string;
97
+ readonly type: 'event';
98
+ readonly value: unknown;
99
+ }
100
+ export type DriverMessage = DriverEventMessage | DriverResponse;
80
101
  export interface SerializedDriverError {
81
102
  readonly code?: GtkAutomationErrorCode | string;
82
103
  readonly message: string;
@@ -99,6 +120,18 @@ export interface WireCapture {
99
120
  readonly imageBase64: string;
100
121
  readonly visibleBounds: GtkCaptureBounds;
101
122
  }
123
+ export type WireGtkAppOutputEvent = GtkAppOutputEvent;
124
+ export type WireGtkAppOutput = GtkAppOutput;
125
+ export type WireGtkSystemOutput = {
126
+ readonly chunkBase64: string;
127
+ readonly source: GtkSystemOutputSource;
128
+ readonly stream: 'stdout' | 'stderr';
129
+ readonly type: 'chunk';
130
+ } | {
131
+ readonly source: GtkSystemOutputSource;
132
+ readonly stream: 'stdout' | 'stderr';
133
+ readonly type: 'flush';
134
+ };
102
135
  export interface WireImageInfo {
103
136
  readonly bounds: GtkCaptureBounds;
104
137
  readonly description: string;
@@ -1 +1 @@
1
- {"version":3,"file":"launcherDriverProtocol.d.ts","sourceRoot":"","sources":["../src/launcherDriverProtocol.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"launcherDriverProtocol.d.ts","sourceRoot":"","sources":["../src/launcherDriverProtocol.ts"],"names":[],"mappings":"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"}
@@ -3,8 +3,8 @@ import { existsSync } from "node:fs";
3
3
  import { resolve, dirname } from "node:path";
4
4
  import { fileURLToPath } from "node:url";
5
5
  import { n as normalizeNativeError } from "./errors-CCW4ATME.js";
6
+ import { v as version } from "./packageMetadata-BQE2KNaa.js";
6
7
  import { a as appendPrerequisiteInstallHint } from "./prerequisites-JB0SKPVd.js";
7
- const version = "0.4.0";
8
8
  const require$1 = createRequire(import.meta.url);
9
9
  const packageRoot = resolve(dirname(fileURLToPath(import.meta.url)), "..");
10
10
  let loadedAddon;
@@ -165,6 +165,17 @@ const nativeSetValue = (element, value) => {
165
165
  };
166
166
  const nativeCapture = (element) => callNative(() => loadNativeAddon().capture(element));
167
167
  const nativeBounds = (element) => callNative(() => loadNativeAddon().bounds(element));
168
+ const nativeMoveWindow = (element, x, y) => callNative(() => loadNativeAddon().moveWindow(element, x, y));
169
+ const nativeResizeWindow = (element, width, height) => callNative(() => loadNativeAddon().resizeWindow(element, width, height));
170
+ const nativeSetWindowBounds = (element, bounds) => callNative(
171
+ () => loadNativeAddon().setWindowBounds(
172
+ element,
173
+ bounds.x,
174
+ bounds.y,
175
+ bounds.width,
176
+ bounds.height
177
+ )
178
+ );
168
179
  const nativeResizeHints = (element) => callNative(() => loadNativeAddon().resizeHints(element));
169
180
  const nativeX11Info = (element) => callNative(() => loadNativeAddon().x11Info(element));
170
181
  const nativeCaptureScreen = () => callNative(() => loadNativeAddon().captureScreen());
@@ -190,15 +201,18 @@ export {
190
201
  nativeSetText as E,
191
202
  nativeX11Info as F,
192
203
  nativeResizeHints as G,
193
- nativeBounds as H,
194
- nativeCapture as I,
195
- nativeTableCellAt as J,
196
- nativeFindAnyById as K,
197
- nativeTrayItems as L,
198
- nativeWindowCount as M,
199
- nativeWindowAt as N,
200
- nativeFindById as O,
201
- nativeProcessAtspiReadiness as P,
204
+ nativeSetWindowBounds as H,
205
+ nativeResizeWindow as I,
206
+ nativeMoveWindow as J,
207
+ nativeBounds as K,
208
+ nativeCapture as L,
209
+ nativeTableCellAt as M,
210
+ nativeFindAnyById as N,
211
+ nativeTrayItems as O,
212
+ nativeWindowCount as P,
213
+ nativeWindowAt as Q,
214
+ nativeFindById as R,
215
+ nativeProcessAtspiReadiness as S,
202
216
  nativeCaptureScreen as a,
203
217
  nativeMappedX11WindowCount as b,
204
218
  nativeElementInfo as c,
@@ -226,4 +240,4 @@ export {
226
240
  nativeSelectedChildCount as y,
227
241
  nativeChildCount as z
228
242
  };
229
- //# sourceMappingURL=native-C6MsIBNF.js.map
243
+ //# sourceMappingURL=native-C2tzSvVW.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"native-C2tzSvVW.js","sources":["../src/native.ts"],"sourcesContent":["// gestament - TypeScript based test driver for GTK.\n// Copyright (c) Kouji Matsui. (@kekyo@mi.kekyo.net)\n// Under MIT.\n// https://github.com/kekyo/gestament\n\nimport { createRequire } from 'node:module';\nimport { existsSync } from 'node:fs';\nimport { dirname, resolve } from 'node:path';\nimport { fileURLToPath } from 'node:url';\n\nimport { normalizeNativeError } from './errors';\nimport { version as packageVersion } from './generated/packageMetadata';\nimport { appendPrerequisiteInstallHint } from './prerequisites';\nimport type { GtkAutomationError } from './types';\n\n/////////////////////////////////////////////////////////////////////////////////////////\n\ninterface NativeInfo {\n readonly version: string;\n readonly arch: string;\n readonly gtkBackend: GtkBackend;\n readonly napiVersion: number;\n}\n\nexport interface NativeCaptureBounds {\n readonly x: number;\n readonly y: number;\n readonly width: number;\n readonly height: number;\n}\n\nexport interface NativeCapture {\n readonly image: Buffer;\n readonly bounds: NativeCaptureBounds;\n readonly visibleBounds: NativeCaptureBounds;\n readonly clipped: boolean;\n}\n\nexport interface NativeWindowResizeHints {\n readonly baseWidth: number;\n readonly baseHeight: number;\n readonly minWidth: number;\n readonly minHeight: number;\n readonly widthIncrement: number;\n readonly heightIncrement: number;\n}\n\nexport interface NativeX11WindowInfo {\n readonly windowId: string;\n readonly title: string;\n readonly className: string;\n readonly instanceName: string;\n readonly normalHints: NativeWindowResizeHints;\n}\n\nexport interface NativeElementInfo {\n readonly roleName: string;\n readonly localizedRoleName: string;\n readonly accessibleId: string;\n readonly name: string;\n readonly description: string;\n readonly interfaces: string[];\n readonly states: string[];\n}\n\n/** AT-SPI Value metadata returned by the native layer. */\nexport interface NativeValueInfo {\n /** Current numeric value. */\n readonly value: number;\n\n /** Minimum accepted numeric value. */\n readonly minimum: number;\n\n /** Maximum accepted numeric value. */\n readonly maximum: number;\n\n /** Minimum increment used by step-based controls. */\n readonly minimumIncrement: number;\n\n /** Text representation reported by AT-SPI, when available. */\n readonly text: string;\n}\n\n/** Point returned by the native layer. */\nexport interface NativeImagePoint {\n /** Horizontal pixel coordinate. */\n readonly x: number;\n\n /** Vertical pixel coordinate. */\n readonly y: number;\n}\n\n/** Image size returned by the native layer. */\nexport interface NativeImageSize {\n /** Image width in physical pixels. */\n readonly width: number;\n\n /** Image height in physical pixels. */\n readonly height: number;\n}\n\n/** AT-SPI Image metadata returned by the native layer. */\nexport interface NativeImageInfo {\n /** Text description reported by AT-SPI. */\n readonly description: string;\n\n /** Image locale reported by AT-SPI. */\n readonly locale: string;\n\n /** Image position reported by AT-SPI. */\n readonly position: NativeImagePoint;\n\n /** Image size reported by AT-SPI. */\n readonly size: NativeImageSize;\n\n /** Screen-relative image bounds reported by AT-SPI. */\n readonly bounds: NativeCaptureBounds;\n}\n\n/** Opaque native element handle backed by an AT-SPI accessible proxy. */\nexport type NativeElementHandle = object;\n\n/** AT-SPI readiness state reported by the native layer. */\nexport type NativeAtspiReadiness =\n | 'ready'\n | 'missing-bus-name'\n | 'missing-root'\n | 'missing-cache';\n\n/** StatusNotifier tray item metadata reported by the native layer. */\nexport interface NativeTrayItem {\n readonly busName: string;\n readonly objectPath: string;\n readonly id: string;\n readonly title: string;\n readonly status: string;\n readonly iconName: string;\n readonly accessibleId: string;\n}\n\ninterface NativeAddon {\n readonly findById: (\n processId: number,\n id: string\n ) => NativeElementHandle | undefined;\n readonly processAtspiReadiness: (processId: number) => NativeAtspiReadiness;\n readonly findAnyById: (id: string) => NativeElementHandle | undefined;\n readonly setTextById: (processId: number, id: string, text: string) => void;\n readonly clickById: (processId: number, id: string) => void;\n readonly textById: (processId: number, id: string) => string;\n readonly captureById: (processId: number, id: string) => NativeCapture;\n readonly windowCount: (processId: number) => number;\n readonly windowAt: (\n processId: number,\n index: number\n ) => NativeElementHandle | undefined;\n readonly childCount: (element: NativeElementHandle) => number;\n readonly childAt: (\n element: NativeElementHandle,\n index: number\n ) => NativeElementHandle | undefined;\n readonly selectedChildCount: (element: NativeElementHandle) => number;\n readonly selectedChildAt: (\n element: NativeElementHandle,\n index: number\n ) => NativeElementHandle | undefined;\n readonly isChildSelected: (\n element: NativeElementHandle,\n index: number\n ) => boolean;\n readonly selectChildAt: (element: NativeElementHandle, index: number) => void;\n readonly deselectChildAt: (\n element: NativeElementHandle,\n index: number\n ) => void;\n readonly selectAllChildren: (element: NativeElementHandle) => void;\n readonly clearSelection: (element: NativeElementHandle) => void;\n readonly tableRowCount: (element: NativeElementHandle) => number;\n readonly tableColumnCount: (element: NativeElementHandle) => number;\n readonly tableCellAt: (\n element: NativeElementHandle,\n row: number,\n column: number\n ) => NativeElementHandle | undefined;\n readonly tableSelectedRows: (element: NativeElementHandle) => number[];\n readonly tableSelectedColumns: (element: NativeElementHandle) => number[];\n readonly tableIsRowSelected: (\n element: NativeElementHandle,\n row: number\n ) => boolean;\n readonly tableIsColumnSelected: (\n element: NativeElementHandle,\n column: number\n ) => boolean;\n readonly tableIsCellSelected: (\n element: NativeElementHandle,\n row: number,\n column: number\n ) => boolean;\n readonly tableSelectRow: (element: NativeElementHandle, row: number) => void;\n readonly tableDeselectRow: (\n element: NativeElementHandle,\n row: number\n ) => void;\n readonly tableSelectColumn: (\n element: NativeElementHandle,\n column: number\n ) => void;\n readonly tableDeselectColumn: (\n element: NativeElementHandle,\n column: number\n ) => void;\n readonly setText: (element: NativeElementHandle, text: string) => void;\n readonly click: (element: NativeElementHandle) => void;\n readonly text: (element: NativeElementHandle) => string;\n readonly valueInfo: (element: NativeElementHandle) => NativeValueInfo;\n readonly imageInfo: (element: NativeElementHandle) => NativeImageInfo;\n readonly setValue: (element: NativeElementHandle, value: number) => void;\n readonly capture: (element: NativeElementHandle) => NativeCapture;\n readonly bounds: (element: NativeElementHandle) => NativeCaptureBounds;\n readonly moveWindow: (\n element: NativeElementHandle,\n x: number,\n y: number\n ) => NativeCaptureBounds;\n readonly resizeWindow: (\n element: NativeElementHandle,\n width: number,\n height: number\n ) => NativeCaptureBounds;\n readonly setWindowBounds: (\n element: NativeElementHandle,\n x: number,\n y: number,\n width: number,\n height: number\n ) => NativeCaptureBounds;\n readonly resizeHints: (\n element: NativeElementHandle\n ) => NativeWindowResizeHints;\n readonly x11Info: (element: NativeElementHandle) => NativeX11WindowInfo;\n readonly captureScreen: () => NativeCapture;\n readonly captureBounds: (\n x: number,\n y: number,\n width: number,\n height: number\n ) => NativeCapture;\n readonly mappedX11WindowCount: () => number;\n readonly elementInfo: (element: NativeElementHandle) => NativeElementInfo;\n readonly trayItems: (processId: number) => NativeTrayItem[];\n readonly runTrayHost: () => void;\n readonly nativeInfo: () => NativeInfo;\n}\n\ntype GtkBackend = 'gtk3' | 'gtk4';\ntype GtkBackendSelection = GtkBackend | 'auto';\n\nconst require = createRequire(import.meta.url);\nconst packageRoot = resolve(dirname(fileURLToPath(import.meta.url)), '..');\n\nlet loadedAddon: NativeAddon | undefined;\n\nconst createNativeLoadError = (message: string): GtkAutomationError => {\n const loadError = new Error(message) as GtkAutomationError;\n Object.defineProperty(loadError, 'code', {\n enumerable: true,\n value: 'NATIVE_LOAD_FAILED',\n });\n return loadError;\n};\n\nconst selectedGtkBackend = (): GtkBackendSelection => {\n const value = process.env.GESTAMENT_GTK_BACKEND;\n if (value === undefined || value.length === 0) {\n return 'gtk3';\n }\n if (value === 'gtk3' || value === 'gtk4' || value === 'auto') {\n return value;\n }\n throw createNativeLoadError(\n `Unsupported GESTAMENT_GTK_BACKEND: ${value}. Expected gtk3, gtk4, or auto.`\n );\n};\n\nconst candidateGtkBackends = (): readonly GtkBackend[] => {\n const selected = selectedGtkBackend();\n return selected === 'auto' ? ['gtk3', 'gtk4'] : [selected];\n};\n\nconst prebuildDirectory = (): string => {\n if (process.platform !== 'linux') {\n throw createNativeLoadError(\n `Unsupported platform for gestament native prebuilds: ${process.platform}.`\n );\n }\n\n switch (process.arch) {\n case 'x64':\n return 'linux-x64';\n case 'ia32':\n return 'linux-ia32';\n case 'arm64':\n return 'linux-arm64';\n case 'arm':\n return 'linux-arm';\n case 'riscv64':\n return 'linux-riscv64';\n default:\n throw createNativeLoadError(\n `Unsupported architecture for gestament native prebuilds: ${process.arch}.`\n );\n }\n};\n\nconst prebuildFile = (): string =>\n process.arch === 'arm'\n ? 'node.napi.armv7.glibc.node'\n : 'node.napi.glibc.node';\n\nconst prebuildPath = (backend: GtkBackend): string =>\n resolve(\n packageRoot,\n 'prebuilds',\n prebuildDirectory(),\n backend,\n prebuildFile()\n );\n\nconst loadNativePrebuild = (backend: GtkBackend): NativeAddon => {\n const path = prebuildPath(backend);\n if (!existsSync(path)) {\n throw new Error(`Missing ${backend} native prebuild: ${path}`);\n }\n return require(path) as NativeAddon;\n};\n\nconst loadNativeAddon = (): NativeAddon => {\n if (loadedAddon !== undefined) {\n return loadedAddon;\n }\n\n const errors: string[] = [];\n for (const backend of candidateGtkBackends()) {\n try {\n const addon = loadNativePrebuild(backend);\n const nativeInfo = addon.nativeInfo();\n if (nativeInfo.version !== packageVersion) {\n throw new Error(\n `gestament native prebuild version mismatch: native=${nativeInfo.version}, package=${packageVersion}`\n );\n }\n if (nativeInfo.gtkBackend !== backend) {\n throw new Error(\n `gestament native prebuild backend mismatch: native=${nativeInfo.gtkBackend}, requested=${backend}`\n );\n }\n loadedAddon = addon;\n return loadedAddon;\n } catch (error) {\n const message =\n error instanceof Error\n ? error.message\n : `Unknown error: ${String(error)}`;\n errors.push(`${backend}: ${message}`);\n }\n }\n\n throw createNativeLoadError(\n appendPrerequisiteInstallHint(\n `Failed to load a compatible gestament native prebuild from ${packageRoot} ` +\n `(GESTAMENT_GTK_BACKEND=${selectedGtkBackend()}). Ensure this package ` +\n 'includes prebuilds for the current Linux/glibc architecture and selected ' +\n 'GTK backend, and that runtime libraries such as libatspi, glib, gio, ' +\n `GTK, X11, and dbus are installed. Original errors: ${errors.join(' | ')}`\n )\n );\n};\n\nconst callNative = <Result>(operation: () => Result): Result => {\n try {\n return operation();\n } catch (error) {\n throw normalizeNativeError(error);\n }\n};\n\n/////////////////////////////////////////////////////////////////////////////////////////\n\n/** Resolves an accessible id to a native element when it exists. */\nexport const nativeFindById = (\n processId: number,\n id: string\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().findById(processId, id));\n\n/** Checks whether a GTK process has completed AT-SPI root/cache registration. */\nexport const nativeProcessAtspiReadiness = (\n processId: number\n): NativeAtspiReadiness =>\n callNative(() => loadNativeAddon().processAtspiReadiness(processId));\n\n/** Resolves an accessible id to a native element across all exposed processes. */\nexport const nativeFindAnyById = (\n id: string\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().findAnyById(id));\n\n/** Sets text contents on the accessible with the given id. */\nexport const nativeSetTextById = (\n processId: number,\n id: string,\n text: string\n): void => {\n callNative(() => loadNativeAddon().setTextById(processId, id, text));\n};\n\n/** Executes the first action on the accessible with the given id. */\nexport const nativeClickById = (processId: number, id: string): void => {\n callNative(() => loadNativeAddon().clickById(processId, id));\n};\n\n/** Reads text from the accessible with the given id. */\nexport const nativeTextById = (processId: number, id: string): string =>\n callNative(() => loadNativeAddon().textById(processId, id));\n\n/** Captures real screen pixels for the accessible with the given id. */\nexport const nativeCaptureById = (\n processId: number,\n id: string\n): NativeCapture =>\n callNative(() => loadNativeAddon().captureById(processId, id));\n\n/** Counts top-level windows hosted by the process. */\nexport const nativeWindowCount = (processId: number): number =>\n callNative(() => loadNativeAddon().windowCount(processId));\n\n/** Resolves a top-level window index to an element handle when it exists. */\nexport const nativeWindowAt = (\n processId: number,\n index: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().windowAt(processId, index));\n\n/** Counts direct children for an element handle. */\nexport const nativeChildCount = (element: NativeElementHandle): number =>\n callNative(() => loadNativeAddon().childCount(element));\n\n/** Resolves a direct child index to an element handle when it exists. */\nexport const nativeChildAt = (\n element: NativeElementHandle,\n index: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().childAt(element, index));\n\n/** Counts selected children for a selectable element handle. */\nexport const nativeSelectedChildCount = (\n element: NativeElementHandle\n): number => callNative(() => loadNativeAddon().selectedChildCount(element));\n\n/** Resolves a selected child index to an element handle when it exists. */\nexport const nativeSelectedChildAt = (\n element: NativeElementHandle,\n index: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().selectedChildAt(element, index));\n\n/** Reads whether a direct child is selected. */\nexport const nativeIsChildSelected = (\n element: NativeElementHandle,\n index: number\n): boolean =>\n callNative(() => loadNativeAddon().isChildSelected(element, index));\n\n/** Selects a direct child for a selectable element handle. */\nexport const nativeSelectChildAt = (\n element: NativeElementHandle,\n index: number\n): void => {\n callNative(() => loadNativeAddon().selectChildAt(element, index));\n};\n\n/** Deselects a direct child for a selectable element handle. */\nexport const nativeDeselectChildAt = (\n element: NativeElementHandle,\n index: number\n): void => {\n callNative(() => loadNativeAddon().deselectChildAt(element, index));\n};\n\n/** Selects all children for a selectable element handle. */\nexport const nativeSelectAllChildren = (element: NativeElementHandle): void => {\n callNative(() => loadNativeAddon().selectAllChildren(element));\n};\n\n/** Clears child selection for a selectable element handle. */\nexport const nativeClearSelection = (element: NativeElementHandle): void => {\n callNative(() => loadNativeAddon().clearSelection(element));\n};\n\n/** Counts table rows for a table element handle. */\nexport const nativeTableRowCount = (element: NativeElementHandle): number =>\n callNative(() => loadNativeAddon().tableRowCount(element));\n\n/** Counts table columns for a table element handle. */\nexport const nativeTableColumnCount = (element: NativeElementHandle): number =>\n callNative(() => loadNativeAddon().tableColumnCount(element));\n\n/** Resolves a table cell element handle by row and column when it exists. */\nexport const nativeTableCellAt = (\n element: NativeElementHandle,\n row: number,\n column: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().tableCellAt(element, row, column));\n\n/** Reads selected table row indexes. */\nexport const nativeTableSelectedRows = (\n element: NativeElementHandle\n): number[] => callNative(() => loadNativeAddon().tableSelectedRows(element));\n\n/** Reads selected table column indexes. */\nexport const nativeTableSelectedColumns = (\n element: NativeElementHandle\n): number[] =>\n callNative(() => loadNativeAddon().tableSelectedColumns(element));\n\n/** Reads whether a table row is selected. */\nexport const nativeTableIsRowSelected = (\n element: NativeElementHandle,\n row: number\n): boolean =>\n callNative(() => loadNativeAddon().tableIsRowSelected(element, row));\n\n/** Reads whether a table column is selected. */\nexport const nativeTableIsColumnSelected = (\n element: NativeElementHandle,\n column: number\n): boolean =>\n callNative(() => loadNativeAddon().tableIsColumnSelected(element, column));\n\n/** Reads whether a table cell is selected. */\nexport const nativeTableIsCellSelected = (\n element: NativeElementHandle,\n row: number,\n column: number\n): boolean =>\n callNative(() => loadNativeAddon().tableIsCellSelected(element, row, column));\n\n/** Selects a table row. */\nexport const nativeTableSelectRow = (\n element: NativeElementHandle,\n row: number\n): void => {\n callNative(() => loadNativeAddon().tableSelectRow(element, row));\n};\n\n/** Deselects a table row. */\nexport const nativeTableDeselectRow = (\n element: NativeElementHandle,\n row: number\n): void => {\n callNative(() => loadNativeAddon().tableDeselectRow(element, row));\n};\n\n/** Selects a table column. */\nexport const nativeTableSelectColumn = (\n element: NativeElementHandle,\n column: number\n): void => {\n callNative(() => loadNativeAddon().tableSelectColumn(element, column));\n};\n\n/** Deselects a table column. */\nexport const nativeTableDeselectColumn = (\n element: NativeElementHandle,\n column: number\n): void => {\n callNative(() => loadNativeAddon().tableDeselectColumn(element, column));\n};\n\n/** Sets text contents on the accessible resolved by an element handle. */\nexport const nativeSetText = (\n element: NativeElementHandle,\n text: string\n): void => {\n callNative(() => loadNativeAddon().setText(element, text));\n};\n\n/** Executes the first action on the accessible resolved by an element handle. */\nexport const nativeClick = (element: NativeElementHandle): void => {\n callNative(() => loadNativeAddon().click(element));\n};\n\n/** Reads text from the accessible resolved by an element handle. */\nexport const nativeText = (element: NativeElementHandle): string =>\n callNative(() => loadNativeAddon().text(element));\n\n/** Reads value metadata from the accessible resolved by an element handle. */\nexport const nativeValueInfo = (\n element: NativeElementHandle\n): NativeValueInfo => callNative(() => loadNativeAddon().valueInfo(element));\n\n/** Reads image metadata from the accessible resolved by an element handle. */\nexport const nativeImageInfo = (\n element: NativeElementHandle\n): NativeImageInfo => callNative(() => loadNativeAddon().imageInfo(element));\n\n/** Sets a numeric value on the accessible resolved by an element handle. */\nexport const nativeSetValue = (\n element: NativeElementHandle,\n value: number\n): void => {\n callNative(() => loadNativeAddon().setValue(element, value));\n};\n\n/** Captures real screen pixels for the accessible resolved by an element handle. */\nexport const nativeCapture = (element: NativeElementHandle): NativeCapture =>\n callNative(() => loadNativeAddon().capture(element));\n\n/** Reads screen-relative bounds for the accessible resolved by an element handle. */\nexport const nativeBounds = (\n element: NativeElementHandle\n): NativeCaptureBounds => callNative(() => loadNativeAddon().bounds(element));\n\n/** Moves a window element and returns the observed screen-relative bounds. */\nexport const nativeMoveWindow = (\n element: NativeElementHandle,\n x: number,\n y: number\n): NativeCaptureBounds =>\n callNative(() => loadNativeAddon().moveWindow(element, x, y));\n\n/** Resizes a window element and returns the observed screen-relative bounds. */\nexport const nativeResizeWindow = (\n element: NativeElementHandle,\n width: number,\n height: number\n): NativeCaptureBounds =>\n callNative(() => loadNativeAddon().resizeWindow(element, width, height));\n\n/** Moves and resizes a window element and returns the observed bounds. */\nexport const nativeSetWindowBounds = (\n element: NativeElementHandle,\n bounds: NativeCaptureBounds\n): NativeCaptureBounds =>\n callNative(() =>\n loadNativeAddon().setWindowBounds(\n element,\n bounds.x,\n bounds.y,\n bounds.width,\n bounds.height\n )\n );\n\n/** Reads X11 WM_NORMAL_HINTS for the accessible resolved by an element handle. */\nexport const nativeResizeHints = (\n element: NativeElementHandle\n): NativeWindowResizeHints =>\n callNative(() => loadNativeAddon().resizeHints(element));\n\n/** Reads X11 window metadata for the accessible resolved by an element handle. */\nexport const nativeX11Info = (\n element: NativeElementHandle\n): NativeX11WindowInfo => callNative(() => loadNativeAddon().x11Info(element));\n\n/** Captures the full X11 root window currently addressed by DISPLAY. */\nexport const nativeCaptureScreen = (): NativeCapture =>\n callNative(() => loadNativeAddon().captureScreen());\n\n/** Captures real screen pixels for explicit screen-relative bounds. */\nexport const nativeCaptureBounds = (\n bounds: NativeCaptureBounds\n): NativeCapture =>\n callNative(() =>\n loadNativeAddon().captureBounds(\n bounds.x,\n bounds.y,\n bounds.width,\n bounds.height\n )\n );\n\n/** Counts mapped top-level X11 windows currently addressed by DISPLAY. */\nexport const nativeMappedX11WindowCount = (): number =>\n callNative(() => loadNativeAddon().mappedX11WindowCount());\n\n/** Reads AT-SPI metadata for the accessible resolved by an element handle. */\nexport const nativeElementInfo = (\n element: NativeElementHandle\n): NativeElementInfo =>\n callNative(() => loadNativeAddon().elementInfo(element));\n\n/** Lists StatusNotifier tray items owned by the process. */\nexport const nativeTrayItems = (processId: number): NativeTrayItem[] =>\n callNative(() => loadNativeAddon().trayItems(processId));\n\n/** Runs the test tray host until the process is terminated. */\nexport const nativeRunTrayHost = (): void => {\n callNative(() => loadNativeAddon().runTrayHost());\n};\n"],"names":["require","packageVersion"],"mappings":"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"}
@@ -4,11 +4,11 @@ const node_fs = require("node:fs");
4
4
  const node_path = require("node:path");
5
5
  const node_url = require("node:url");
6
6
  const errors = require("./errors-6gj5YuLw.cjs");
7
+ const packageMetadata = require("./packageMetadata-BqAHZ5WO.cjs");
7
8
  const prerequisites = require("./prerequisites-BuZST2Dy.cjs");
8
9
  var _documentCurrentScript = typeof document !== "undefined" ? document.currentScript : null;
9
- const version = "0.4.0";
10
- const require$1 = node_module.createRequire(typeof document === "undefined" ? require("url").pathToFileURL(__filename).href : _documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === "SCRIPT" && _documentCurrentScript.src || new URL("native-BUWDWMBB.cjs", document.baseURI).href);
11
- const packageRoot = node_path.resolve(node_path.dirname(node_url.fileURLToPath(typeof document === "undefined" ? require("url").pathToFileURL(__filename).href : _documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === "SCRIPT" && _documentCurrentScript.src || new URL("native-BUWDWMBB.cjs", document.baseURI).href)), "..");
10
+ const require$1 = node_module.createRequire(typeof document === "undefined" ? require("url").pathToFileURL(__filename).href : _documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === "SCRIPT" && _documentCurrentScript.src || new URL("native-Xz0gjKti.cjs", document.baseURI).href);
11
+ const packageRoot = node_path.resolve(node_path.dirname(node_url.fileURLToPath(typeof document === "undefined" ? require("url").pathToFileURL(__filename).href : _documentCurrentScript && _documentCurrentScript.tagName.toUpperCase() === "SCRIPT" && _documentCurrentScript.src || new URL("native-Xz0gjKti.cjs", document.baseURI).href)), "..");
12
12
  let loadedAddon;
13
13
  const createNativeLoadError = (message) => {
14
14
  const loadError = new Error(message);
@@ -81,9 +81,9 @@ const loadNativeAddon = () => {
81
81
  try {
82
82
  const addon = loadNativePrebuild(backend);
83
83
  const nativeInfo = addon.nativeInfo();
84
- if (nativeInfo.version !== version) {
84
+ if (nativeInfo.version !== packageMetadata.version) {
85
85
  throw new Error(
86
- `gestament native prebuild version mismatch: native=${nativeInfo.version}, package=${version}`
86
+ `gestament native prebuild version mismatch: native=${nativeInfo.version}, package=${packageMetadata.version}`
87
87
  );
88
88
  }
89
89
  if (nativeInfo.gtkBackend !== backend) {
@@ -167,6 +167,17 @@ const nativeSetValue = (element, value) => {
167
167
  };
168
168
  const nativeCapture = (element) => callNative(() => loadNativeAddon().capture(element));
169
169
  const nativeBounds = (element) => callNative(() => loadNativeAddon().bounds(element));
170
+ const nativeMoveWindow = (element, x, y) => callNative(() => loadNativeAddon().moveWindow(element, x, y));
171
+ const nativeResizeWindow = (element, width, height) => callNative(() => loadNativeAddon().resizeWindow(element, width, height));
172
+ const nativeSetWindowBounds = (element, bounds) => callNative(
173
+ () => loadNativeAddon().setWindowBounds(
174
+ element,
175
+ bounds.x,
176
+ bounds.y,
177
+ bounds.width,
178
+ bounds.height
179
+ )
180
+ );
170
181
  const nativeResizeHints = (element) => callNative(() => loadNativeAddon().resizeHints(element));
171
182
  const nativeX11Info = (element) => callNative(() => loadNativeAddon().x11Info(element));
172
183
  const nativeCaptureScreen = () => callNative(() => loadNativeAddon().captureScreen());
@@ -199,8 +210,10 @@ exports.nativeFindById = nativeFindById;
199
210
  exports.nativeImageInfo = nativeImageInfo;
200
211
  exports.nativeIsChildSelected = nativeIsChildSelected;
201
212
  exports.nativeMappedX11WindowCount = nativeMappedX11WindowCount;
213
+ exports.nativeMoveWindow = nativeMoveWindow;
202
214
  exports.nativeProcessAtspiReadiness = nativeProcessAtspiReadiness;
203
215
  exports.nativeResizeHints = nativeResizeHints;
216
+ exports.nativeResizeWindow = nativeResizeWindow;
204
217
  exports.nativeRunTrayHost = nativeRunTrayHost;
205
218
  exports.nativeSelectAllChildren = nativeSelectAllChildren;
206
219
  exports.nativeSelectChildAt = nativeSelectChildAt;
@@ -208,6 +221,7 @@ exports.nativeSelectedChildAt = nativeSelectedChildAt;
208
221
  exports.nativeSelectedChildCount = nativeSelectedChildCount;
209
222
  exports.nativeSetText = nativeSetText;
210
223
  exports.nativeSetValue = nativeSetValue;
224
+ exports.nativeSetWindowBounds = nativeSetWindowBounds;
211
225
  exports.nativeTableCellAt = nativeTableCellAt;
212
226
  exports.nativeTableColumnCount = nativeTableColumnCount;
213
227
  exports.nativeTableDeselectColumn = nativeTableDeselectColumn;
@@ -226,4 +240,4 @@ exports.nativeValueInfo = nativeValueInfo;
226
240
  exports.nativeWindowAt = nativeWindowAt;
227
241
  exports.nativeWindowCount = nativeWindowCount;
228
242
  exports.nativeX11Info = nativeX11Info;
229
- //# sourceMappingURL=native-BUWDWMBB.cjs.map
243
+ //# sourceMappingURL=native-Xz0gjKti.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"native-Xz0gjKti.cjs","sources":["../src/native.ts"],"sourcesContent":["// gestament - TypeScript based test driver for GTK.\n// Copyright (c) Kouji Matsui. (@kekyo@mi.kekyo.net)\n// Under MIT.\n// https://github.com/kekyo/gestament\n\nimport { createRequire } from 'node:module';\nimport { existsSync } from 'node:fs';\nimport { dirname, resolve } from 'node:path';\nimport { fileURLToPath } from 'node:url';\n\nimport { normalizeNativeError } from './errors';\nimport { version as packageVersion } from './generated/packageMetadata';\nimport { appendPrerequisiteInstallHint } from './prerequisites';\nimport type { GtkAutomationError } from './types';\n\n/////////////////////////////////////////////////////////////////////////////////////////\n\ninterface NativeInfo {\n readonly version: string;\n readonly arch: string;\n readonly gtkBackend: GtkBackend;\n readonly napiVersion: number;\n}\n\nexport interface NativeCaptureBounds {\n readonly x: number;\n readonly y: number;\n readonly width: number;\n readonly height: number;\n}\n\nexport interface NativeCapture {\n readonly image: Buffer;\n readonly bounds: NativeCaptureBounds;\n readonly visibleBounds: NativeCaptureBounds;\n readonly clipped: boolean;\n}\n\nexport interface NativeWindowResizeHints {\n readonly baseWidth: number;\n readonly baseHeight: number;\n readonly minWidth: number;\n readonly minHeight: number;\n readonly widthIncrement: number;\n readonly heightIncrement: number;\n}\n\nexport interface NativeX11WindowInfo {\n readonly windowId: string;\n readonly title: string;\n readonly className: string;\n readonly instanceName: string;\n readonly normalHints: NativeWindowResizeHints;\n}\n\nexport interface NativeElementInfo {\n readonly roleName: string;\n readonly localizedRoleName: string;\n readonly accessibleId: string;\n readonly name: string;\n readonly description: string;\n readonly interfaces: string[];\n readonly states: string[];\n}\n\n/** AT-SPI Value metadata returned by the native layer. */\nexport interface NativeValueInfo {\n /** Current numeric value. */\n readonly value: number;\n\n /** Minimum accepted numeric value. */\n readonly minimum: number;\n\n /** Maximum accepted numeric value. */\n readonly maximum: number;\n\n /** Minimum increment used by step-based controls. */\n readonly minimumIncrement: number;\n\n /** Text representation reported by AT-SPI, when available. */\n readonly text: string;\n}\n\n/** Point returned by the native layer. */\nexport interface NativeImagePoint {\n /** Horizontal pixel coordinate. */\n readonly x: number;\n\n /** Vertical pixel coordinate. */\n readonly y: number;\n}\n\n/** Image size returned by the native layer. */\nexport interface NativeImageSize {\n /** Image width in physical pixels. */\n readonly width: number;\n\n /** Image height in physical pixels. */\n readonly height: number;\n}\n\n/** AT-SPI Image metadata returned by the native layer. */\nexport interface NativeImageInfo {\n /** Text description reported by AT-SPI. */\n readonly description: string;\n\n /** Image locale reported by AT-SPI. */\n readonly locale: string;\n\n /** Image position reported by AT-SPI. */\n readonly position: NativeImagePoint;\n\n /** Image size reported by AT-SPI. */\n readonly size: NativeImageSize;\n\n /** Screen-relative image bounds reported by AT-SPI. */\n readonly bounds: NativeCaptureBounds;\n}\n\n/** Opaque native element handle backed by an AT-SPI accessible proxy. */\nexport type NativeElementHandle = object;\n\n/** AT-SPI readiness state reported by the native layer. */\nexport type NativeAtspiReadiness =\n | 'ready'\n | 'missing-bus-name'\n | 'missing-root'\n | 'missing-cache';\n\n/** StatusNotifier tray item metadata reported by the native layer. */\nexport interface NativeTrayItem {\n readonly busName: string;\n readonly objectPath: string;\n readonly id: string;\n readonly title: string;\n readonly status: string;\n readonly iconName: string;\n readonly accessibleId: string;\n}\n\ninterface NativeAddon {\n readonly findById: (\n processId: number,\n id: string\n ) => NativeElementHandle | undefined;\n readonly processAtspiReadiness: (processId: number) => NativeAtspiReadiness;\n readonly findAnyById: (id: string) => NativeElementHandle | undefined;\n readonly setTextById: (processId: number, id: string, text: string) => void;\n readonly clickById: (processId: number, id: string) => void;\n readonly textById: (processId: number, id: string) => string;\n readonly captureById: (processId: number, id: string) => NativeCapture;\n readonly windowCount: (processId: number) => number;\n readonly windowAt: (\n processId: number,\n index: number\n ) => NativeElementHandle | undefined;\n readonly childCount: (element: NativeElementHandle) => number;\n readonly childAt: (\n element: NativeElementHandle,\n index: number\n ) => NativeElementHandle | undefined;\n readonly selectedChildCount: (element: NativeElementHandle) => number;\n readonly selectedChildAt: (\n element: NativeElementHandle,\n index: number\n ) => NativeElementHandle | undefined;\n readonly isChildSelected: (\n element: NativeElementHandle,\n index: number\n ) => boolean;\n readonly selectChildAt: (element: NativeElementHandle, index: number) => void;\n readonly deselectChildAt: (\n element: NativeElementHandle,\n index: number\n ) => void;\n readonly selectAllChildren: (element: NativeElementHandle) => void;\n readonly clearSelection: (element: NativeElementHandle) => void;\n readonly tableRowCount: (element: NativeElementHandle) => number;\n readonly tableColumnCount: (element: NativeElementHandle) => number;\n readonly tableCellAt: (\n element: NativeElementHandle,\n row: number,\n column: number\n ) => NativeElementHandle | undefined;\n readonly tableSelectedRows: (element: NativeElementHandle) => number[];\n readonly tableSelectedColumns: (element: NativeElementHandle) => number[];\n readonly tableIsRowSelected: (\n element: NativeElementHandle,\n row: number\n ) => boolean;\n readonly tableIsColumnSelected: (\n element: NativeElementHandle,\n column: number\n ) => boolean;\n readonly tableIsCellSelected: (\n element: NativeElementHandle,\n row: number,\n column: number\n ) => boolean;\n readonly tableSelectRow: (element: NativeElementHandle, row: number) => void;\n readonly tableDeselectRow: (\n element: NativeElementHandle,\n row: number\n ) => void;\n readonly tableSelectColumn: (\n element: NativeElementHandle,\n column: number\n ) => void;\n readonly tableDeselectColumn: (\n element: NativeElementHandle,\n column: number\n ) => void;\n readonly setText: (element: NativeElementHandle, text: string) => void;\n readonly click: (element: NativeElementHandle) => void;\n readonly text: (element: NativeElementHandle) => string;\n readonly valueInfo: (element: NativeElementHandle) => NativeValueInfo;\n readonly imageInfo: (element: NativeElementHandle) => NativeImageInfo;\n readonly setValue: (element: NativeElementHandle, value: number) => void;\n readonly capture: (element: NativeElementHandle) => NativeCapture;\n readonly bounds: (element: NativeElementHandle) => NativeCaptureBounds;\n readonly moveWindow: (\n element: NativeElementHandle,\n x: number,\n y: number\n ) => NativeCaptureBounds;\n readonly resizeWindow: (\n element: NativeElementHandle,\n width: number,\n height: number\n ) => NativeCaptureBounds;\n readonly setWindowBounds: (\n element: NativeElementHandle,\n x: number,\n y: number,\n width: number,\n height: number\n ) => NativeCaptureBounds;\n readonly resizeHints: (\n element: NativeElementHandle\n ) => NativeWindowResizeHints;\n readonly x11Info: (element: NativeElementHandle) => NativeX11WindowInfo;\n readonly captureScreen: () => NativeCapture;\n readonly captureBounds: (\n x: number,\n y: number,\n width: number,\n height: number\n ) => NativeCapture;\n readonly mappedX11WindowCount: () => number;\n readonly elementInfo: (element: NativeElementHandle) => NativeElementInfo;\n readonly trayItems: (processId: number) => NativeTrayItem[];\n readonly runTrayHost: () => void;\n readonly nativeInfo: () => NativeInfo;\n}\n\ntype GtkBackend = 'gtk3' | 'gtk4';\ntype GtkBackendSelection = GtkBackend | 'auto';\n\nconst require = createRequire(import.meta.url);\nconst packageRoot = resolve(dirname(fileURLToPath(import.meta.url)), '..');\n\nlet loadedAddon: NativeAddon | undefined;\n\nconst createNativeLoadError = (message: string): GtkAutomationError => {\n const loadError = new Error(message) as GtkAutomationError;\n Object.defineProperty(loadError, 'code', {\n enumerable: true,\n value: 'NATIVE_LOAD_FAILED',\n });\n return loadError;\n};\n\nconst selectedGtkBackend = (): GtkBackendSelection => {\n const value = process.env.GESTAMENT_GTK_BACKEND;\n if (value === undefined || value.length === 0) {\n return 'gtk3';\n }\n if (value === 'gtk3' || value === 'gtk4' || value === 'auto') {\n return value;\n }\n throw createNativeLoadError(\n `Unsupported GESTAMENT_GTK_BACKEND: ${value}. Expected gtk3, gtk4, or auto.`\n );\n};\n\nconst candidateGtkBackends = (): readonly GtkBackend[] => {\n const selected = selectedGtkBackend();\n return selected === 'auto' ? ['gtk3', 'gtk4'] : [selected];\n};\n\nconst prebuildDirectory = (): string => {\n if (process.platform !== 'linux') {\n throw createNativeLoadError(\n `Unsupported platform for gestament native prebuilds: ${process.platform}.`\n );\n }\n\n switch (process.arch) {\n case 'x64':\n return 'linux-x64';\n case 'ia32':\n return 'linux-ia32';\n case 'arm64':\n return 'linux-arm64';\n case 'arm':\n return 'linux-arm';\n case 'riscv64':\n return 'linux-riscv64';\n default:\n throw createNativeLoadError(\n `Unsupported architecture for gestament native prebuilds: ${process.arch}.`\n );\n }\n};\n\nconst prebuildFile = (): string =>\n process.arch === 'arm'\n ? 'node.napi.armv7.glibc.node'\n : 'node.napi.glibc.node';\n\nconst prebuildPath = (backend: GtkBackend): string =>\n resolve(\n packageRoot,\n 'prebuilds',\n prebuildDirectory(),\n backend,\n prebuildFile()\n );\n\nconst loadNativePrebuild = (backend: GtkBackend): NativeAddon => {\n const path = prebuildPath(backend);\n if (!existsSync(path)) {\n throw new Error(`Missing ${backend} native prebuild: ${path}`);\n }\n return require(path) as NativeAddon;\n};\n\nconst loadNativeAddon = (): NativeAddon => {\n if (loadedAddon !== undefined) {\n return loadedAddon;\n }\n\n const errors: string[] = [];\n for (const backend of candidateGtkBackends()) {\n try {\n const addon = loadNativePrebuild(backend);\n const nativeInfo = addon.nativeInfo();\n if (nativeInfo.version !== packageVersion) {\n throw new Error(\n `gestament native prebuild version mismatch: native=${nativeInfo.version}, package=${packageVersion}`\n );\n }\n if (nativeInfo.gtkBackend !== backend) {\n throw new Error(\n `gestament native prebuild backend mismatch: native=${nativeInfo.gtkBackend}, requested=${backend}`\n );\n }\n loadedAddon = addon;\n return loadedAddon;\n } catch (error) {\n const message =\n error instanceof Error\n ? error.message\n : `Unknown error: ${String(error)}`;\n errors.push(`${backend}: ${message}`);\n }\n }\n\n throw createNativeLoadError(\n appendPrerequisiteInstallHint(\n `Failed to load a compatible gestament native prebuild from ${packageRoot} ` +\n `(GESTAMENT_GTK_BACKEND=${selectedGtkBackend()}). Ensure this package ` +\n 'includes prebuilds for the current Linux/glibc architecture and selected ' +\n 'GTK backend, and that runtime libraries such as libatspi, glib, gio, ' +\n `GTK, X11, and dbus are installed. Original errors: ${errors.join(' | ')}`\n )\n );\n};\n\nconst callNative = <Result>(operation: () => Result): Result => {\n try {\n return operation();\n } catch (error) {\n throw normalizeNativeError(error);\n }\n};\n\n/////////////////////////////////////////////////////////////////////////////////////////\n\n/** Resolves an accessible id to a native element when it exists. */\nexport const nativeFindById = (\n processId: number,\n id: string\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().findById(processId, id));\n\n/** Checks whether a GTK process has completed AT-SPI root/cache registration. */\nexport const nativeProcessAtspiReadiness = (\n processId: number\n): NativeAtspiReadiness =>\n callNative(() => loadNativeAddon().processAtspiReadiness(processId));\n\n/** Resolves an accessible id to a native element across all exposed processes. */\nexport const nativeFindAnyById = (\n id: string\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().findAnyById(id));\n\n/** Sets text contents on the accessible with the given id. */\nexport const nativeSetTextById = (\n processId: number,\n id: string,\n text: string\n): void => {\n callNative(() => loadNativeAddon().setTextById(processId, id, text));\n};\n\n/** Executes the first action on the accessible with the given id. */\nexport const nativeClickById = (processId: number, id: string): void => {\n callNative(() => loadNativeAddon().clickById(processId, id));\n};\n\n/** Reads text from the accessible with the given id. */\nexport const nativeTextById = (processId: number, id: string): string =>\n callNative(() => loadNativeAddon().textById(processId, id));\n\n/** Captures real screen pixels for the accessible with the given id. */\nexport const nativeCaptureById = (\n processId: number,\n id: string\n): NativeCapture =>\n callNative(() => loadNativeAddon().captureById(processId, id));\n\n/** Counts top-level windows hosted by the process. */\nexport const nativeWindowCount = (processId: number): number =>\n callNative(() => loadNativeAddon().windowCount(processId));\n\n/** Resolves a top-level window index to an element handle when it exists. */\nexport const nativeWindowAt = (\n processId: number,\n index: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().windowAt(processId, index));\n\n/** Counts direct children for an element handle. */\nexport const nativeChildCount = (element: NativeElementHandle): number =>\n callNative(() => loadNativeAddon().childCount(element));\n\n/** Resolves a direct child index to an element handle when it exists. */\nexport const nativeChildAt = (\n element: NativeElementHandle,\n index: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().childAt(element, index));\n\n/** Counts selected children for a selectable element handle. */\nexport const nativeSelectedChildCount = (\n element: NativeElementHandle\n): number => callNative(() => loadNativeAddon().selectedChildCount(element));\n\n/** Resolves a selected child index to an element handle when it exists. */\nexport const nativeSelectedChildAt = (\n element: NativeElementHandle,\n index: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().selectedChildAt(element, index));\n\n/** Reads whether a direct child is selected. */\nexport const nativeIsChildSelected = (\n element: NativeElementHandle,\n index: number\n): boolean =>\n callNative(() => loadNativeAddon().isChildSelected(element, index));\n\n/** Selects a direct child for a selectable element handle. */\nexport const nativeSelectChildAt = (\n element: NativeElementHandle,\n index: number\n): void => {\n callNative(() => loadNativeAddon().selectChildAt(element, index));\n};\n\n/** Deselects a direct child for a selectable element handle. */\nexport const nativeDeselectChildAt = (\n element: NativeElementHandle,\n index: number\n): void => {\n callNative(() => loadNativeAddon().deselectChildAt(element, index));\n};\n\n/** Selects all children for a selectable element handle. */\nexport const nativeSelectAllChildren = (element: NativeElementHandle): void => {\n callNative(() => loadNativeAddon().selectAllChildren(element));\n};\n\n/** Clears child selection for a selectable element handle. */\nexport const nativeClearSelection = (element: NativeElementHandle): void => {\n callNative(() => loadNativeAddon().clearSelection(element));\n};\n\n/** Counts table rows for a table element handle. */\nexport const nativeTableRowCount = (element: NativeElementHandle): number =>\n callNative(() => loadNativeAddon().tableRowCount(element));\n\n/** Counts table columns for a table element handle. */\nexport const nativeTableColumnCount = (element: NativeElementHandle): number =>\n callNative(() => loadNativeAddon().tableColumnCount(element));\n\n/** Resolves a table cell element handle by row and column when it exists. */\nexport const nativeTableCellAt = (\n element: NativeElementHandle,\n row: number,\n column: number\n): NativeElementHandle | undefined =>\n callNative(() => loadNativeAddon().tableCellAt(element, row, column));\n\n/** Reads selected table row indexes. */\nexport const nativeTableSelectedRows = (\n element: NativeElementHandle\n): number[] => callNative(() => loadNativeAddon().tableSelectedRows(element));\n\n/** Reads selected table column indexes. */\nexport const nativeTableSelectedColumns = (\n element: NativeElementHandle\n): number[] =>\n callNative(() => loadNativeAddon().tableSelectedColumns(element));\n\n/** Reads whether a table row is selected. */\nexport const nativeTableIsRowSelected = (\n element: NativeElementHandle,\n row: number\n): boolean =>\n callNative(() => loadNativeAddon().tableIsRowSelected(element, row));\n\n/** Reads whether a table column is selected. */\nexport const nativeTableIsColumnSelected = (\n element: NativeElementHandle,\n column: number\n): boolean =>\n callNative(() => loadNativeAddon().tableIsColumnSelected(element, column));\n\n/** Reads whether a table cell is selected. */\nexport const nativeTableIsCellSelected = (\n element: NativeElementHandle,\n row: number,\n column: number\n): boolean =>\n callNative(() => loadNativeAddon().tableIsCellSelected(element, row, column));\n\n/** Selects a table row. */\nexport const nativeTableSelectRow = (\n element: NativeElementHandle,\n row: number\n): void => {\n callNative(() => loadNativeAddon().tableSelectRow(element, row));\n};\n\n/** Deselects a table row. */\nexport const nativeTableDeselectRow = (\n element: NativeElementHandle,\n row: number\n): void => {\n callNative(() => loadNativeAddon().tableDeselectRow(element, row));\n};\n\n/** Selects a table column. */\nexport const nativeTableSelectColumn = (\n element: NativeElementHandle,\n column: number\n): void => {\n callNative(() => loadNativeAddon().tableSelectColumn(element, column));\n};\n\n/** Deselects a table column. */\nexport const nativeTableDeselectColumn = (\n element: NativeElementHandle,\n column: number\n): void => {\n callNative(() => loadNativeAddon().tableDeselectColumn(element, column));\n};\n\n/** Sets text contents on the accessible resolved by an element handle. */\nexport const nativeSetText = (\n element: NativeElementHandle,\n text: string\n): void => {\n callNative(() => loadNativeAddon().setText(element, text));\n};\n\n/** Executes the first action on the accessible resolved by an element handle. */\nexport const nativeClick = (element: NativeElementHandle): void => {\n callNative(() => loadNativeAddon().click(element));\n};\n\n/** Reads text from the accessible resolved by an element handle. */\nexport const nativeText = (element: NativeElementHandle): string =>\n callNative(() => loadNativeAddon().text(element));\n\n/** Reads value metadata from the accessible resolved by an element handle. */\nexport const nativeValueInfo = (\n element: NativeElementHandle\n): NativeValueInfo => callNative(() => loadNativeAddon().valueInfo(element));\n\n/** Reads image metadata from the accessible resolved by an element handle. */\nexport const nativeImageInfo = (\n element: NativeElementHandle\n): NativeImageInfo => callNative(() => loadNativeAddon().imageInfo(element));\n\n/** Sets a numeric value on the accessible resolved by an element handle. */\nexport const nativeSetValue = (\n element: NativeElementHandle,\n value: number\n): void => {\n callNative(() => loadNativeAddon().setValue(element, value));\n};\n\n/** Captures real screen pixels for the accessible resolved by an element handle. */\nexport const nativeCapture = (element: NativeElementHandle): NativeCapture =>\n callNative(() => loadNativeAddon().capture(element));\n\n/** Reads screen-relative bounds for the accessible resolved by an element handle. */\nexport const nativeBounds = (\n element: NativeElementHandle\n): NativeCaptureBounds => callNative(() => loadNativeAddon().bounds(element));\n\n/** Moves a window element and returns the observed screen-relative bounds. */\nexport const nativeMoveWindow = (\n element: NativeElementHandle,\n x: number,\n y: number\n): NativeCaptureBounds =>\n callNative(() => loadNativeAddon().moveWindow(element, x, y));\n\n/** Resizes a window element and returns the observed screen-relative bounds. */\nexport const nativeResizeWindow = (\n element: NativeElementHandle,\n width: number,\n height: number\n): NativeCaptureBounds =>\n callNative(() => loadNativeAddon().resizeWindow(element, width, height));\n\n/** Moves and resizes a window element and returns the observed bounds. */\nexport const nativeSetWindowBounds = (\n element: NativeElementHandle,\n bounds: NativeCaptureBounds\n): NativeCaptureBounds =>\n callNative(() =>\n loadNativeAddon().setWindowBounds(\n element,\n bounds.x,\n bounds.y,\n bounds.width,\n bounds.height\n )\n );\n\n/** Reads X11 WM_NORMAL_HINTS for the accessible resolved by an element handle. */\nexport const nativeResizeHints = (\n element: NativeElementHandle\n): NativeWindowResizeHints =>\n callNative(() => loadNativeAddon().resizeHints(element));\n\n/** Reads X11 window metadata for the accessible resolved by an element handle. */\nexport const nativeX11Info = (\n element: NativeElementHandle\n): NativeX11WindowInfo => callNative(() => loadNativeAddon().x11Info(element));\n\n/** Captures the full X11 root window currently addressed by DISPLAY. */\nexport const nativeCaptureScreen = (): NativeCapture =>\n callNative(() => loadNativeAddon().captureScreen());\n\n/** Captures real screen pixels for explicit screen-relative bounds. */\nexport const nativeCaptureBounds = (\n bounds: NativeCaptureBounds\n): NativeCapture =>\n callNative(() =>\n loadNativeAddon().captureBounds(\n bounds.x,\n bounds.y,\n bounds.width,\n bounds.height\n )\n );\n\n/** Counts mapped top-level X11 windows currently addressed by DISPLAY. */\nexport const nativeMappedX11WindowCount = (): number =>\n callNative(() => loadNativeAddon().mappedX11WindowCount());\n\n/** Reads AT-SPI metadata for the accessible resolved by an element handle. */\nexport const nativeElementInfo = (\n element: NativeElementHandle\n): NativeElementInfo =>\n callNative(() => loadNativeAddon().elementInfo(element));\n\n/** Lists StatusNotifier tray items owned by the process. */\nexport const nativeTrayItems = (processId: number): NativeTrayItem[] =>\n callNative(() => loadNativeAddon().trayItems(processId));\n\n/** Runs the test tray host until the process is terminated. */\nexport const nativeRunTrayHost = (): void => {\n callNative(() => loadNativeAddon().runTrayHost());\n};\n"],"names":["require","createRequire","resolve","dirname","fileURLToPath","existsSync","errors","packageVersion","appendPrerequisiteInstallHint","normalizeNativeError"],"mappings":"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"}
package/dist/native.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: gestament
3
- * version: 0.4.0
3
+ * version: 0.6.0
4
4
  * description: TypeScript based test driver for GTK
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/gestament.git
8
- * git.commit.hash: 99e5b39d6b18c635721584cf2d8b9381d0b1df66
8
+ * git.commit.hash: 8cae2c4b222506eb3da626ae0810a8d2cb17f49c
9
9
  */
10
10
 
11
11
  export interface NativeCaptureBounds {
@@ -174,6 +174,12 @@ export declare const nativeSetValue: (element: NativeElementHandle, value: numbe
174
174
  export declare const nativeCapture: (element: NativeElementHandle) => NativeCapture;
175
175
  /** Reads screen-relative bounds for the accessible resolved by an element handle. */
176
176
  export declare const nativeBounds: (element: NativeElementHandle) => NativeCaptureBounds;
177
+ /** Moves a window element and returns the observed screen-relative bounds. */
178
+ export declare const nativeMoveWindow: (element: NativeElementHandle, x: number, y: number) => NativeCaptureBounds;
179
+ /** Resizes a window element and returns the observed screen-relative bounds. */
180
+ export declare const nativeResizeWindow: (element: NativeElementHandle, width: number, height: number) => NativeCaptureBounds;
181
+ /** Moves and resizes a window element and returns the observed bounds. */
182
+ export declare const nativeSetWindowBounds: (element: NativeElementHandle, bounds: NativeCaptureBounds) => NativeCaptureBounds;
177
183
  /** Reads X11 WM_NORMAL_HINTS for the accessible resolved by an element handle. */
178
184
  export declare const nativeResizeHints: (element: NativeElementHandle) => NativeWindowResizeHints;
179
185
  /** Reads X11 window metadata for the accessible resolved by an element handle. */
@@ -1 +1 @@
1
- {"version":3,"file":"native.d.ts","sourceRoot":"","sources":["../src/native.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"native.d.ts","sourceRoot":"","sources":["../src/native.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,27 @@
1
+ /*!
2
+ * name: gestament
3
+ * version: 0.6.0
4
+ * description: TypeScript based test driver for GTK
5
+ * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
+ * license: MIT
7
+ * repository.url: https://github.com/kekyo/gestament.git
8
+ * git.commit.hash: 8cae2c4b222506eb3da626ae0810a8d2cb17f49c
9
+ */
10
+
11
+ import { GtkAppOutput, GtkAppOutputEvent, GtkAppOutputStream, GtkSystemOutput, GtkSystemOutputEvent, GtkSystemOutputSource } from './types.js';
12
+ export interface GtkAppOutputRecorder {
13
+ readonly append: (stream: GtkAppOutputStream, chunk: Buffer) => GtkAppOutputEvent | undefined;
14
+ readonly flush: (stream: GtkAppOutputStream) => GtkAppOutputEvent | undefined;
15
+ readonly snapshot: (exitCode: number | null, exitSignal: string | null) => GtkAppOutput;
16
+ }
17
+ export interface GtkSystemOutputRecorder {
18
+ readonly append: (source: GtkSystemOutputSource, stream: GtkAppOutputStream, chunk: Buffer) => GtkSystemOutputEvent | undefined;
19
+ readonly flush: (source: GtkSystemOutputSource, stream: GtkAppOutputStream) => GtkSystemOutputEvent | undefined;
20
+ readonly snapshot: () => GtkSystemOutput;
21
+ }
22
+ export declare const normalizeOutputBufferBytes: (value: number | undefined, optionName?: string) => number | undefined;
23
+ export declare const createGtkAppOutputRecorder: (outputBufferBytes: number | undefined) => GtkAppOutputRecorder;
24
+ export declare const createGtkSystemOutputRecorder: (systemOutputBufferBytes: number | undefined) => GtkSystemOutputRecorder;
25
+ export declare const notifyGtkAppOutput: (callback: ((event: GtkAppOutputEvent) => void) | undefined, event: GtkAppOutputEvent | undefined) => void;
26
+ export declare const notifyGtkSystemOutput: (callback: ((event: GtkSystemOutputEvent) => void) | undefined, event: GtkSystemOutputEvent | undefined) => void;
27
+ //# sourceMappingURL=output.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../src/output.ts"],"names":[],"mappings":";;;;;;;;;AAMA,OAAO,KAAK,EACV,YAAY,EACZ,iBAAiB,EACjB,kBAAkB,EAClB,eAAe,EACf,oBAAoB,EACpB,qBAAqB,EAEtB,MAAM,SAAS,CAAC;AAYjB,MAAM,WAAW,oBAAoB;IACnC,QAAQ,CAAC,MAAM,EAAE,CACf,MAAM,EAAE,kBAAkB,EAC1B,KAAK,EAAE,MAAM,KACV,iBAAiB,GAAG,SAAS,CAAC;IACnC,QAAQ,CAAC,KAAK,EAAE,CAAC,MAAM,EAAE,kBAAkB,KAAK,iBAAiB,GAAG,SAAS,CAAC;IAC9E,QAAQ,CAAC,QAAQ,EAAE,CACjB,QAAQ,EAAE,MAAM,GAAG,IAAI,EACvB,UAAU,EAAE,MAAM,GAAG,IAAI,KACtB,YAAY,CAAC;CACnB;AAED,MAAM,WAAW,uBAAuB;IACtC,QAAQ,CAAC,MAAM,EAAE,CACf,MAAM,EAAE,qBAAqB,EAC7B,MAAM,EAAE,kBAAkB,EAC1B,KAAK,EAAE,MAAM,KACV,oBAAoB,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,KAAK,EAAE,CACd,MAAM,EAAE,qBAAqB,EAC7B,MAAM,EAAE,kBAAkB,KACvB,oBAAoB,GAAG,SAAS,CAAC;IACtC,QAAQ,CAAC,QAAQ,EAAE,MAAM,eAAe,CAAC;CAC1C;AAED,eAAO,MAAM,0BAA0B,GACrC,OAAO,MAAM,GAAG,SAAS,EACzB,mBAAgC,KAC/B,MAAM,GAAG,SAUX,CAAC;AA+EF,eAAO,MAAM,0BAA0B,GACrC,mBAAmB,MAAM,GAAG,SAAS,KACpC,oBA2DF,CAAC;AAgBF,eAAO,MAAM,6BAA6B,GACxC,yBAAyB,MAAM,GAAG,SAAS,KAC1C,uBA+GF,CAAC;AAEF,eAAO,MAAM,kBAAkB,GAC7B,UAAU,CAAC,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC,GAAG,SAAS,EAC1D,OAAO,iBAAiB,GAAG,SAAS,KACnC,IAYF,CAAC;AAEF,eAAO,MAAM,qBAAqB,GAChC,UAAU,CAAC,CAAC,KAAK,EAAE,oBAAoB,KAAK,IAAI,CAAC,GAAG,SAAS,EAC7D,OAAO,oBAAoB,GAAG,SAAS,KACtC,IAYF,CAAC"}
@@ -0,0 +1,5 @@
1
+ const version = "0.6.0";
2
+ export {
3
+ version as v
4
+ };
5
+ //# sourceMappingURL=packageMetadata-BQE2KNaa.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"packageMetadata-BQE2KNaa.js","sources":["../src/generated/packageMetadata.ts"],"sourcesContent":["// @ts-nocheck\n// This file is auto-generated by screw-up plugin\n// Do not edit manually\n\nexport const name = \"gestament\";\nexport const version = \"0.6.0\";\nexport const description = \"TypeScript based test driver for GTK\";\nexport const author = \"Kouji Matsui (@kekyo@mi.kekyo.net)\";\nexport const license = \"MIT\";\nexport const repository_url = \"https://github.com/kekyo/gestament.git\";\nexport const git_commit_hash = \"8cae2c4b222506eb3da626ae0810a8d2cb17f49c\";\n"],"names":[],"mappings":"AAKO,MAAM,UAAU;"}
@@ -0,0 +1,4 @@
1
+ "use strict";
2
+ const version = "0.6.0";
3
+ exports.version = version;
4
+ //# sourceMappingURL=packageMetadata-BqAHZ5WO.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"packageMetadata-BqAHZ5WO.cjs","sources":["../src/generated/packageMetadata.ts"],"sourcesContent":["// @ts-nocheck\n// This file is auto-generated by screw-up plugin\n// Do not edit manually\n\nexport const name = \"gestament\";\nexport const version = \"0.6.0\";\nexport const description = \"TypeScript based test driver for GTK\";\nexport const author = \"Kouji Matsui (@kekyo@mi.kekyo.net)\";\nexport const license = \"MIT\";\nexport const repository_url = \"https://github.com/kekyo/gestament.git\";\nexport const git_commit_hash = \"8cae2c4b222506eb3da626ae0810a8d2cb17f49c\";\n"],"names":[],"mappings":";AAKO,MAAM,UAAU;;"}
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: gestament
3
- * version: 0.4.0
3
+ * version: 0.6.0
4
4
  * description: TypeScript based test driver for GTK
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/gestament.git
8
- * git.commit.hash: 99e5b39d6b18c635721584cf2d8b9381d0b1df66
8
+ * git.commit.hash: 8cae2c4b222506eb3da626ae0810a8d2cb17f49c
9
9
  */
10
10
 
11
11
  /**
package/dist/testing.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: gestament
3
- * version: 0.4.0
3
+ * version: 0.6.0
4
4
  * description: TypeScript based test driver for GTK
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/gestament.git
8
- * git.commit.hash: 99e5b39d6b18c635721584cf2d8b9381d0b1df66
8
+ * git.commit.hash: 8cae2c4b222506eb3da626ae0810a8d2cb17f49c
9
9
  */
10
10
 
11
11
  import { GtkCapture, Releasable } from './types.js';
package/dist/tray.d.ts CHANGED
@@ -1,11 +1,11 @@
1
1
  /*!
2
2
  * name: gestament
3
- * version: 0.4.0
3
+ * version: 0.6.0
4
4
  * description: TypeScript based test driver for GTK
5
5
  * author: Kouji Matsui (@kekyo@mi.kekyo.net)
6
6
  * license: MIT
7
7
  * repository.url: https://github.com/kekyo/gestament.git
8
- * git.commit.hash: 99e5b39d6b18c635721584cf2d8b9381d0b1df66
8
+ * git.commit.hash: 8cae2c4b222506eb3da626ae0810a8d2cb17f49c
9
9
  */
10
10
 
11
11
  import { NativeTrayItem } from './native.js';