appium-geckodriver 1.4.3 → 2.0.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/CHANGELOG.md CHANGED
@@ -1,3 +1,21 @@
1
+ ## [2.0.0](https://github.com/appium/appium-geckodriver/compare/v1.4.4...v2.0.0) (2025-08-17)
2
+
3
+ ### ⚠ BREAKING CHANGES
4
+
5
+ * Required Node.js version has been bumped to ^20.19.0 || ^22.12.0 || >=24.0.0
6
+ * Required npm version has been bumped to >=10
7
+ * Required Appium server version has been bumped to >=3.0.0-rc.2
8
+
9
+ ### Features
10
+
11
+ * Update server compatibility ([#131](https://github.com/appium/appium-geckodriver/issues/131)) ([95e4a93](https://github.com/appium/appium-geckodriver/commit/95e4a93f6c8f4298ca7b89cbeb95a7707f8706be))
12
+
13
+ ## [1.4.4](https://github.com/appium/appium-geckodriver/compare/v1.4.3...v1.4.4) (2025-08-17)
14
+
15
+ ### Miscellaneous Chores
16
+
17
+ * drop rimraf deps from dev deps as no references ([#132](https://github.com/appium/appium-geckodriver/issues/132)) ([99e2686](https://github.com/appium/appium-geckodriver/commit/99e2686aa14727fa4e7f5914cfb00d5ff374bb1f))
18
+
1
19
  ## [1.4.3](https://github.com/appium/appium-geckodriver/compare/v1.4.2...v1.4.3) (2025-02-21)
2
20
 
3
21
  ### Bug Fixes
package/README.md CHANGED
@@ -10,10 +10,9 @@ This is Appium driver for automating Firefox on different platforms, including A
10
10
  The driver only supports Firefox and Gecko-based web views (Android only) automation using [W3C WebDriver protocol](https://www.w3.org/TR/webdriver/).
11
11
  Under the hood this driver is a wrapper/proxy over `geckodriver` binary. Check the driver [release notes](https://github.com/mozilla/geckodriver/releases) and the [official documentation](https://developer.mozilla.org/en-US/docs/Web/WebDriver/Capabilities) to get more details on the supported features and possible pitfalls.
12
12
 
13
- > **Note**
14
- >
15
- > Since version 1.0.0 Gecko driver has dropped the support of Appium 1, and is only compatible to Appium 2. Use the `appium driver install gecko`
16
- > command to add it to your Appium 2 dist.
13
+ > [!IMPORTANT]
14
+ > Since major version *2.0.0*, this driver is only compatible with Appium 3. Use the `appium driver install gecko`
15
+ > command to add it to your distribution.
17
16
 
18
17
  ## Requirements
19
18
 
@@ -2,7 +2,7 @@ export const GECKO_SERVER_HOST: "127.0.0.1";
2
2
  export class GeckoProxy extends JWProxy {
3
3
  /** @type {boolean|undefined} */
4
4
  didProcessExit: boolean | undefined;
5
- proxyCommand(url: any, method: any, body?: null): Promise<any>;
5
+ proxyCommand(url: any, method: any, body?: null): Promise<[import("@appium/types").ProxyResponse<any>, any]>;
6
6
  }
7
7
  export class GeckoDriverServer {
8
8
  /**
@@ -48,11 +48,10 @@ declare class GeckoDriverProcess {
48
48
  /** @type {number|undefined} */
49
49
  port: number | undefined;
50
50
  log: import("@appium/types").AppiumLogger;
51
- proc: SubProcess | null;
51
+ proc: any;
52
52
  get isRunning(): boolean;
53
53
  init(): Promise<void>;
54
54
  stop(): Promise<void>;
55
55
  kill(): Promise<void>;
56
56
  }
57
- import { SubProcess } from 'teen_process';
58
57
  //# sourceMappingURL=gecko.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"gecko.d.ts","sourceRoot":"","sources":["../../lib/gecko.js"],"names":[],"mappings":"AA0BA,gCAAiC,WAAW,CAAC;AAG7C;IACE,gCAAgC;IAChC,gBADW,OAAO,GAAC,SAAS,CACb;IAEf,+DAOC;CACF;AAoID;IAIE;;;;OAIG;IACH,iBAHW,OAAO,eAAe,EAAE,YAAY,QACpC,OAAO,eAAe,EAAE,YAAY,EAO9C;IAbD,yBAAyB;IACzB,OADW,UAAU,CACf;IAQJ,4BAAgD;IAChD,0CAAc;IAKhB,yBAEC;IAED;;;;;OAKG;IACH,iBAJW,OAAO,eAAe,EAAE,YAAY,SACpC,cAAc,GACZ,OAAO,CAAC,OAAO,eAAe,EAAE,YAAY,CAAC,CA6DzD;IAED,sBAoBC;CACF;;;;;wBAtR+B,eAAe;AAwC/C;IAgBE;;;;OAIG;IACH,iBAHW,OAAO,eAAe,EAAE,YAAY,SACpC,OAAO,eAAe,EAAE,YAAY,EAQ9C;IA1BD,gCAAgC;IAChC,SADW,OAAO,GAAC,SAAS,CACpB;IAER,+BAA+B;IAC/B,WADW,MAAM,GAAC,SAAS,CACjB;IAEV,+BAA+B;IAC/B,gBADW,MAAM,GAAC,SAAS,CACZ;IAEf,+BAA+B;IAC/B,gBADW,MAAM,GAAC,SAAS,CACZ;IAEf,+BAA+B;IAC/B,MADW,MAAM,GAAC,SAAS,CACtB;IAWH,0CAAc;IACd,wBAAgB;IAGlB,yBAEC;IAED,sBAkEC;IAED,sBAIC;IAED,sBAMC;CACF;2BAxJ0B,cAAc"}
1
+ {"version":3,"file":"gecko.d.ts","sourceRoot":"","sources":["../../lib/gecko.js"],"names":[],"mappings":"AA0BA,gCAAiC,WAAW,CAAC;AAG7C;IACE,gCAAgC;IAChC,gBADW,OAAO,GAAC,SAAS,CACb;IAEf,6GAOC;CACF;AAoID;IAIE;;;;OAIG;IACH,iBAHW,OAAO,eAAe,EAAE,YAAY,QACpC,OAAO,eAAe,EAAE,YAAY,EAO9C;IAbD,yBAAyB;IACzB,OADW,UAAU,CACf;IAQJ,4BAAgD;IAChD,0CAAc;IAKhB,yBAEC;IAED;;;;;OAKG;IACH,iBAJW,OAAO,eAAe,EAAE,YAAY,SACpC,cAAc,GACZ,OAAO,CAAC,OAAO,eAAe,EAAE,YAAY,CAAC,CA6DzD;IAED,sBAoBC;CACF;;;;;wBAtR+B,eAAe;AAwC/C;IAgBE;;;;OAIG;IACH,iBAHW,OAAO,eAAe,EAAE,YAAY,SACpC,OAAO,eAAe,EAAE,YAAY,EAQ9C;IA1BD,gCAAgC;IAChC,SADW,OAAO,GAAC,SAAS,CACpB;IAER,+BAA+B;IAC/B,WADW,MAAM,GAAC,SAAS,CACjB;IAEV,+BAA+B;IAC/B,gBADW,MAAM,GAAC,SAAS,CACZ;IAEf,+BAA+B;IAC/B,gBADW,MAAM,GAAC,SAAS,CACZ;IAEf,+BAA+B;IAC/B,MADW,MAAM,GAAC,SAAS,CACtB;IAWH,0CAAc;IACd,UAAgB;IAGlB,yBAEC;IAED,sBAkEC;IAED,sBAIC;IAED,sBAMC;CACF"}