Files
appium/packages/types
Edgars Eglītis 7f906fcf9a feat: add 21 WebDriver extension endpoints (#21577)
* chore: add reference links to extensions

* feat: add permissions and reporting API endpoints

* feat: add device posture API endpoints

* feat: add generic sensor API endpoints

* docs: fix protocol order

* feat: add custom handlers API endpoint

* feat: add SPC API endpoint

* feat: add compute pressure API endpoints

* feat: add FedCM API endpoints

* chore: formatting & test hash fix

* docs: add protocol-enabling capabilities where possible

* docs: adjust wording + fix anchors

* docs: fix FedCM HTTP methods
2025-09-12 08:40:10 +03:00
..
2022-05-09 19:09:50 -07:00
2025-09-09 12:41:39 -07:00
2025-09-09 12:41:39 -07:00

@appium/types

A collection of TypeScript type declarations used across various Appium packages.

Warning

This is a work-in-progress; expect breaking changes!

Install

npm install @appium/types -D

Note

  • The sources are .ts files, not .d.ts files. This allows other packages in the root TypeScript "project" to define a dependency upon this one, and enables incremental builds an "watch" mode.
  • If there is a way to switch to .d.ts files and configure this package to work in our "project" context without needing to actually "emit" anything, then we should do that instead. Help accepted!
  • lib/appium-config.ts is generated by this package from @appium/schema, but is under version control to avoid chicken-or-egg build problems.

License

Apache-2.0