Package detail

@appium/types

appium3.6mApache-2.01.1.0

Various type declarations used across Appium

automation, javascript, selenium, webdriver

readme

@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

changelog

Aggregate Changelog

The Appium monorepo contains many different modules and supports a variety of drivers, plugins and clients, most of which have their own changelogs. Links to these individual changelogs are aggregated here.

Main Appium Module

Drivers / Clients

Refer to the Appium Ecosystem page for links to driver/client documentation

Plugins

Other Modules

Removed Modules

The changelog links used for these modules lead to the last version of their changelog file.