@appium/mcp-documentation 1.0.3 → 1.0.4
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 +6 -0
- package/package.json +3 -6
- package/src/resources/submodules/appium/.github/PULL_REQUEST_TEMPLATE.md +28 -0
- package/src/resources/submodules/appium/.github/copilot-instructions.md +9 -0
- package/src/resources/submodules/appium/CHANGELOG.md +45 -0
- package/src/resources/submodules/appium/GOVERNANCE.md +189 -0
- package/src/resources/submodules/appium/README.md +221 -0
- package/src/resources/submodules/appium/ROADMAP.md +30 -0
- package/src/resources/submodules/appium/SPONSORS.md +3 -0
- package/src/resources/submodules/appium/docs/README.md +6 -0
- package/src/resources/submodules/appium/docs/payout.md +35 -0
- package/src/resources/submodules/appium/packages/appium/CHANGELOG.md +1547 -0
- package/src/resources/submodules/appium/packages/appium/README.md +221 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/index.md +2 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-appiumconf2024.md +45 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-browserstack-as-strategic-partner.md +46 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-headspin-as-development-partner.md +47 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-lambdatest-as-development-partner.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-lambdatest-as-strategic-partner.md +42 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-sauce-labs-as-strategic-partner.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/announcing-sponsorship-program.md +48 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/appium3.md +40 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/blog/posts/hello-world.md +15 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/contributing/index.md +150 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/build-docs.md +86 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/build-doctor-checks.md +141 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/build-drivers.md +1002 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/build-plugins.md +523 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/config-system.md +451 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/index.md +18 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/developing/sensitive.md +49 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/ecosystem/clients.md +132 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/ecosystem/drivers.md +207 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/ecosystem/index.md +45 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/ecosystem/plugins.md +138 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/ecosystem/tools.md +106 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/branch-testing.md +57 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/caching.md +76 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/caps.md +271 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/config.md +98 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/context.md +44 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/event-timing.md +73 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/execute-methods.md +122 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/grid.md +178 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/headers.md +17 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/log-filters.md +86 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/managing-exts.md +87 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/migrating-1-to-2.md +368 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/migrating-2-to-3.md +464 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/security.md +87 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/settings.md +68 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/guides/tls.md +42 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/index.md +59 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/intro/appium.md +202 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/intro/clients.md +127 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/intro/drivers.md +188 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/intro/history.md +196 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/intro/index.md +39 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/index.md +29 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/install.md +50 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/next-steps.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/requirements.md +29 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/test-dotnet.md +105 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/test-java.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/test-js.md +75 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/test-py.md +60 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/test-rb.md +83 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/quickstart/uiauto2-driver.md +144 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/appium.md +394 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/bidi.md +70 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/index.md +30 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/jsonwp.md +214 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/mjsonwp.md +151 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/others.md +736 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/plugins.md +289 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/api/webdriver.md +1114 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/cli/env-vars.md +31 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/cli/extensions.md +246 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/cli/index.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/cli/insecure-features.md +24 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/cli/server.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/cli/setup.md +76 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/index.md +31 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/session/caps.md +56 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/reference/session/index.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/resources/index.md +28 -0
- package/src/resources/submodules/appium/packages/appium/docs/en/sponsors/index.md +69 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/index.md +2 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-appiumconf2024.md +45 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-browserstack-as-strategic-partner.md +46 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-headspin-as-development-partner.md +47 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-lambdatest-as-development-partner.md +34 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-lambdatest-as-strategic-partner.md +41 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-sauce-labs-as-strategic-partner.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/announcing-sponsorship-program.md +48 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/appium3.md +40 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/blog/posts/hello-world.md +15 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/contributing/index.md +158 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/build-docs.md +86 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/build-doctor-checks.md +141 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/build-drivers.md +1010 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/build-plugins.md +529 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/config-system.md +468 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/index.md +18 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/developing/sensitive.md +49 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/ecosystem/clients.md +143 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/ecosystem/drivers.md +219 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/ecosystem/index.md +45 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/ecosystem/plugins.md +140 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/ecosystem/tools.md +115 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/branch-testing.md +57 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/caching.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/caps.md +276 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/config.md +102 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/context.md +44 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/event-timing.md +75 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/execute-methods.md +142 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/grid.md +178 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/headers.md +17 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/log-filters.md +86 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/managing-exts.md +89 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/migrating-1-to-2.md +402 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/migrating-2-to-3.md +458 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/security.md +89 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/settings.md +70 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/guides/tls.md +43 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/index.md +55 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/intro/appium.md +191 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/intro/clients.md +139 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/intro/drivers.md +188 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/intro/history.md +196 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/intro/index.md +39 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/index.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/install.md +47 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/next-steps.md +19 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/requirements.md +29 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/test-dotnet.md +107 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/test-java.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/test-js.md +77 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/test-py.md +63 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/test-rb.md +85 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/quickstart/uiauto2-driver.md +148 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/appium.md +395 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/bidi.md +71 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/index.md +30 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/jsonwp.md +215 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/mjsonwp.md +152 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/others.md +737 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/plugins.md +291 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/api/webdriver.md +1114 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/cli/env-vars.md +31 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/cli/extensions.md +247 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/cli/index.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/cli/insecure-features.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/cli/server.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/cli/setup.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/index.md +31 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/session/caps.md +56 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/reference/session/index.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/resources/index.md +28 -0
- package/src/resources/submodules/appium/packages/appium/docs/ja/sponsors/index.md +66 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/appium-logo-horiz-white.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/appium-logo-horiz.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/appium-logo-white.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/appium-logo.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-browserstack-dark.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-browserstack-light.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-lambdatest-dark.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-lambdatest-light.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-sauce.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-testmuai-dark.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/overrides/assets/images/sponsor-logo-testmuai-light.png +0 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/index.md +2 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-appiumconf2024.md +45 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-browserstack-as-strategic-partner.md +46 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-headspin-as-development-partner.md +47 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-lambdatest-as-development-partner.md +34 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-lambdatest-as-strategic-partner.md +41 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-sauce-labs-as-strategic-partner.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/announcing-sponsorship-program.md +48 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/appium3.md +40 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/blog/posts/hello-world.md +15 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/contributing/index.md +132 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/build-docs.md +86 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/build-doctor-checks.md +141 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/build-drivers.md +1010 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/build-plugins.md +529 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/config-system.md +468 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/index.md +18 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/developing/sensitive.md +49 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/ecosystem/clients.md +143 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/ecosystem/drivers.md +219 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/ecosystem/index.md +45 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/ecosystem/plugins.md +140 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/ecosystem/tools.md +115 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/branch-testing.md +57 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/caching.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/caps.md +279 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/config.md +102 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/context.md +44 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/event-timing.md +75 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/execute-methods.md +142 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/grid.md +178 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/headers.md +17 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/log-filters.md +86 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/managing-exts.md +89 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/migrating-1-to-2.md +410 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/migrating-2-to-3.md +459 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/security.md +89 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/settings.md +70 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/guides/tls.md +43 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/index.md +54 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/intro/appium.md +91 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/intro/clients.md +100 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/intro/drivers.md +101 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/intro/history.md +72 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/intro/index.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/index.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/install.md +47 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/next-steps.md +19 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/requirements.md +21 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/test-dotnet.md +99 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/test-java.md +20 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/test-js.md +62 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/test-py.md +57 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/test-rb.md +80 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/quickstart/uiauto2-driver.md +119 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/appium.md +395 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/bidi.md +71 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/index.md +30 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/jsonwp.md +215 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/mjsonwp.md +152 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/others.md +737 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/plugins.md +291 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/api/webdriver.md +1114 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/cli/env-vars.md +31 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/cli/extensions.md +247 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/cli/index.md +36 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/cli/insecure-features.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/cli/server.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/cli/setup.md +78 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/index.md +31 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/session/caps.md +56 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/reference/session/index.md +23 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/resources/index.md +28 -0
- package/src/resources/submodules/appium/packages/appium/docs/zh/sponsors/index.md +66 -0
- package/src/resources/submodules/appium/packages/appium/types/manifest/README.md +30 -0
- package/src/resources/submodules/appium/packages/base-driver/CHANGELOG.md +1244 -0
- package/src/resources/submodules/appium/packages/base-driver/README.md +15 -0
- package/src/resources/submodules/appium/packages/base-driver/docs/mjsonwp/errors.md +82 -0
- package/src/resources/submodules/appium/packages/base-driver/docs/mjsonwp/protocol-methods.md +182 -0
- package/src/resources/submodules/appium/packages/base-driver/static/appium.png +0 -0
- package/src/resources/submodules/appium/packages/base-plugin/CHANGELOG.md +764 -0
- package/src/resources/submodules/appium/packages/base-plugin/README.md +15 -0
- package/src/resources/submodules/appium/packages/docutils/CHANGELOG.md +1038 -0
- package/src/resources/submodules/appium/packages/docutils/README.md +27 -0
- package/src/resources/submodules/appium/packages/driver-test-support/CHANGELOG.md +790 -0
- package/src/resources/submodules/appium/packages/driver-test-support/README.md +103 -0
- package/src/resources/submodules/appium/packages/eslint-config-appium-ts/CHANGELOG.md +256 -0
- package/src/resources/submodules/appium/packages/eslint-config-appium-ts/README.md +47 -0
- package/src/resources/submodules/appium/packages/execute-driver-plugin/CHANGELOG.md +671 -0
- package/src/resources/submodules/appium/packages/execute-driver-plugin/README.md +55 -0
- package/src/resources/submodules/appium/packages/fake-driver/CHANGELOG.md +603 -0
- package/src/resources/submodules/appium/packages/fake-driver/README.md +7 -0
- package/src/resources/submodules/appium/packages/fake-driver/lib/screen.png +0 -0
- package/src/resources/submodules/appium/packages/fake-plugin/CHANGELOG.md +780 -0
- package/src/resources/submodules/appium/packages/fake-plugin/README.md +7 -0
- package/src/resources/submodules/appium/packages/images-plugin/CHANGELOG.md +691 -0
- package/src/resources/submodules/appium/packages/images-plugin/README.md +27 -0
- package/src/resources/submodules/appium/packages/images-plugin/docs/find-by-image.md +65 -0
- package/src/resources/submodules/appium/packages/images-plugin/docs/image-comparison.md +203 -0
- package/src/resources/submodules/appium/packages/images-plugin/test/fixtures/appstore.png +0 -0
- package/src/resources/submodules/appium/packages/images-plugin/test/fixtures/img1.png +0 -0
- package/src/resources/submodules/appium/packages/images-plugin/test/fixtures/img2.png +0 -0
- package/src/resources/submodules/appium/packages/images-plugin/test/fixtures/img2_part.png +0 -0
- package/src/resources/submodules/appium/packages/logger/CHANGELOG.md +212 -0
- package/src/resources/submodules/appium/packages/logger/README.md +31 -0
- package/src/resources/submodules/appium/packages/opencv/CHANGELOG.md +446 -0
- package/src/resources/submodules/appium/packages/opencv/README.md +68 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/appium-diagram.jpg +0 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/cc1.png +0 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/cc2.png +0 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/cc_rotated.png +0 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/findwaldo.jpg +0 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/number5.png +0 -0
- package/src/resources/submodules/appium/packages/opencv/test/e2e/images/waldo.jpg +0 -0
- package/src/resources/submodules/appium/packages/plugin-test-support/CHANGELOG.md +610 -0
- package/src/resources/submodules/appium/packages/plugin-test-support/README.md +49 -0
- package/src/resources/submodules/appium/packages/relaxed-caps-plugin/CHANGELOG.md +209 -0
- package/src/resources/submodules/appium/packages/relaxed-caps-plugin/README.md +35 -0
- package/src/resources/submodules/appium/packages/schema/CHANGELOG.md +308 -0
- package/src/resources/submodules/appium/packages/schema/README.md +50 -0
- package/src/resources/submodules/appium/packages/storage-plugin/CHANGELOG.md +157 -0
- package/src/resources/submodules/appium/packages/storage-plugin/README.md +83 -0
- package/src/resources/submodules/appium/packages/strongbox/CHANGELOG.md +129 -0
- package/src/resources/submodules/appium/packages/strongbox/README.md +110 -0
- package/src/resources/submodules/appium/packages/support/CHANGELOG.md +1147 -0
- package/src/resources/submodules/appium/packages/support/README.md +161 -0
- package/src/resources/submodules/appium/packages/tsconfig/CHANGELOG.md +147 -0
- package/src/resources/submodules/appium/packages/tsconfig/README.md +19 -0
- package/src/resources/submodules/appium/packages/types/CHANGELOG.md +871 -0
- package/src/resources/submodules/appium/packages/types/README.md +21 -0
- package/src/resources/submodules/appium/packages/universal-xml-plugin/CHANGELOG.md +502 -0
- package/src/resources/submodules/appium/packages/universal-xml-plugin/README.md +53 -0
- package/src/resources/submodules/appium/renovate/README.md +55 -0
- package/src/resources/submodules/appium-skills/.github/dependabot.yml +11 -0
- package/src/resources/submodules/appium-skills/.github/workflows/pr-title.yml +10 -0
- package/src/resources/submodules/appium-skills/AGENTS.md +214 -0
- package/src/resources/submodules/appium-skills/LICENSE +201 -0
- package/src/resources/submodules/appium-skills/README.md +33 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/SKILL.md +66 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/references/community-search.md +51 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/references/uiautomator2-locators.md +34 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/references/uiautomator2-session-startup.md +53 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/references/xcuitest-element-lookup.md +23 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/references/xcuitest-locators.md +16 -0
- package/src/resources/submodules/appium-skills/skills/appium-troubleshooting/references/xcuitest-troubleshooting.md +52 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-android/SKILL.md +346 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-bundletool/SKILL.md +91 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-chromium/SKILL.md +260 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-espresso/SKILL.md +216 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-ffmpeg/SKILL.md +91 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-node/SKILL.md +128 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-uiautomator2/SKILL.md +225 -0
- package/src/resources/submodules/appium-skills/skills/environment-setup-xcuitest/SKILL.md +153 -0
- package/src/resources/submodules/appium-skills/skills/xcuitest-real-device-config/SKILL.md +488 -0
- package/src/resources/submodules/appium-uiautomator2-driver/CHANGELOG.md +1506 -0
- package/src/resources/submodules/appium-uiautomator2-driver/README.md +2253 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/actions.md +72 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/activity-startup.md +47 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/android-appbundle.md +69 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/android-mobile-gestures.md +352 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/android-multiwindow.md +872 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/architecture.md +34 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/bidi.md +50 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/capability-sets.md +136 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/mjpeg.md +111 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/scheduled-actions.md +155 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/uiautomator-uiselector.md +51 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/unlock/main.md +95 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/unlock/screen1.png +0 -0
- package/src/resources/submodules/appium-uiautomator2-driver/docs/unlock/screen2.png +0 -0
- package/src/resources/submodules/appium-uiautomator2-driver/test/functional/assets/checkered-squares.png +0 -0
- package/src/resources/submodules/appium-uiautomator2-driver/test/functional/assets/start-button.png +0 -0
- package/src/resources/submodules/appium-uiautomator2-driver/test/functional/assets/stop-button.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/.github/ISSUE_TEMPLATE.md +4 -0
- package/src/resources/submodules/appium-xcuitest-driver/CHANGELOG.md +3373 -0
- package/src/resources/submodules/appium-xcuitest-driver/README.md +55 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/assets/images/appium-logo-white.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/assets/images/appium-logo.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/assets/images/appium-plus-xctest.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/contributing.md +45 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/endpoints-wda.md +61 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/endpoints.md +95 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/device-setup.md +81 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/index.md +36 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/installation.md +38 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/check-prov-prof.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/create-new-project.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/create-single-page.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/no-prov-prof.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/project-prov-prof.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/set-up-bundle.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/untrusted-dev.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/xcode-bundle-id.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/xcode-config.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/xcode-facebook-fail.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/assets/images/xcode-facebook-succeed.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/auto-config.md +54 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/basic-manual-config.md +40 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/full-manual-config.md +49 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/generic-device-config.md +75 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/provisioning-profile/index.md +117 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/getting-started/system-requirements.md +131 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/assets/images/ios-xctest-file-movement/keynote.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/assets/images/ios-xctest-file-movement/on_my_iphone.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/assets/images/ios-xctest-file-movement/top_files.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/attach-to-running-wda.md +43 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/audio-capture.md +78 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/biometric-auth.md +29 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/capability-sets.md +169 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/ci-setup.md +47 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/clipboard.md +47 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/file-transfer.md +147 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/gestures.md +55 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/hybrid.md +137 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/input-events.md +67 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/install-certificate.md +20 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/mjpeg.md +98 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/multiple-xcode-versions.md +37 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/parallel-tests.md +39 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/remotexpc-tunnels-real-devices.md +148 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/run-prebuilt-wda.md +147 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/run-preinstalled-wda.md +177 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/tvos.md +246 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/guides/wda-custom-server.md +283 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/index.md +36 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/overview.md +137 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/assets/images/useXctestrunFile.png +0 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/bidi.md +192 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/capabilities.md +164 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/commands.md +468 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/element-attributes.md +157 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/env-vars.md +18 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/execute-methods.md +2269 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/ios-predicate.md +196 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/locator-strategies.md +107 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/scripts.md +555 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/security-flags.md +28 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/server-args.md +19 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/settings.md +467 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/reference/xpath-extensions.md +167 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/troubleshooting/element-lookup.md +202 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/troubleshooting/index.md +204 -0
- package/src/resources/submodules/appium-xcuitest-driver/docs/troubleshooting/wda-slowness.md +206 -0
- package/src/resources/submodules/appium-xcuitest-driver/test/assets/test.png +0 -0
- package/src/resources/submodules.zip +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,9 @@
|
|
|
1
|
+
## [1.0.4](https://github.com/appium/appium-mcp-documentation/compare/v1.0.3...v1.0.4) (2026-06-14)
|
|
2
|
+
|
|
3
|
+
### Miscellaneous Chores
|
|
4
|
+
|
|
5
|
+
* drop the preinstall ([#11](https://github.com/appium/appium-mcp-documentation/issues/11)) ([e00cdf1](https://github.com/appium/appium-mcp-documentation/commit/e00cdf1c75bbda76ab8df97cb842515045f6c17a))
|
|
6
|
+
|
|
1
7
|
## [1.0.3](https://github.com/appium/appium-mcp-documentation/compare/v1.0.2...v1.0.3) (2026-06-13)
|
|
2
8
|
|
|
3
9
|
### Miscellaneous Chores
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@appium/mcp-documentation",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.4",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Appium MCP documentation query tools and indexed documentation assets",
|
|
6
6
|
"repository": {
|
|
@@ -38,15 +38,12 @@
|
|
|
38
38
|
"format:check": "prettier --check \"src/**/*.{ts,js,json}\"",
|
|
39
39
|
"format": "prettier --write \"src/**/*.{ts,js,json}\"",
|
|
40
40
|
"setup-submodules": "./scripts/setup-submodules-sparse.sh",
|
|
41
|
-
"update-submodules": "./scripts/update-submodules.sh"
|
|
42
|
-
"zip-assets": "node scripts/zip-assets.mjs zip",
|
|
43
|
-
"unzip-assets": "node scripts/zip-assets.mjs unzip",
|
|
44
|
-
"preinstall": "node scripts/zip-assets.mjs unzip"
|
|
41
|
+
"update-submodules": "./scripts/update-submodules.sh"
|
|
45
42
|
},
|
|
46
43
|
"files": [
|
|
47
44
|
"dist",
|
|
48
45
|
"scripts/zip-assets.mjs",
|
|
49
|
-
"src/resources/submodules
|
|
46
|
+
"src/resources/submodules",
|
|
50
47
|
"README.md",
|
|
51
48
|
"LICENSE",
|
|
52
49
|
"CHANGELOG.md",
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
## Proposed changes
|
|
2
|
+
|
|
3
|
+
Describe the big picture of your changes here to communicate to the maintainers why we should accept this pull request. If it fixes a bug or resolves a feature request, be sure to link to that issue.
|
|
4
|
+
|
|
5
|
+
## Types of changes
|
|
6
|
+
|
|
7
|
+
What types of changes does your code introduce to Appium?
|
|
8
|
+
_Put an `x` in the boxes that apply_
|
|
9
|
+
|
|
10
|
+
- [ ] Bugfix (non-breaking change which fixes an issue)
|
|
11
|
+
- [ ] New feature (non-breaking change which adds functionality)
|
|
12
|
+
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
|
|
13
|
+
- [ ] Documentation Update (if none of the other choices apply)
|
|
14
|
+
|
|
15
|
+
## Checklist
|
|
16
|
+
|
|
17
|
+
_Put an `x` in the boxes that apply. You can also fill these out after creating the PR. If you're unsure about any of them, don't hesitate to ask. We're here to help! This is simply a reminder of what we are going to look for before merging your code._
|
|
18
|
+
|
|
19
|
+
- [ ] I have read the [Contributing Guide](https://appium.io/docs/en/latest/contributing/)
|
|
20
|
+
- [ ] I have signed the CLA
|
|
21
|
+
- [ ] Lint and unit tests pass locally with my changes
|
|
22
|
+
- [ ] I have added tests that prove my fix is effective or that my feature works
|
|
23
|
+
- [ ] I have added the necessary documentation (if appropriate)
|
|
24
|
+
- [ ] Any dependent changes have been merged and published in downstream modules
|
|
25
|
+
|
|
26
|
+
## Further comments
|
|
27
|
+
|
|
28
|
+
If this is a relatively large or complex change, kick off the discussion by explaining why you chose the solution you did and what alternatives you considered, etc...
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# Copilot Instructions
|
|
2
|
+
|
|
3
|
+
## Code Review
|
|
4
|
+
|
|
5
|
+
When reviewing JavaScript or TypeScript changes, check new uses of Node.js built-in APIs against the supported Node.js versions declared in package.json#engines.node. The current supported range is ^20.19.0 || ^22.12.0 || >=24.0.0.
|
|
6
|
+
|
|
7
|
+
For each new Node.js built-in API or option, verify that it exists and is stable across all supported Node.js versions. If any supported version lacks the API, only supports it experimentally, or has different behavior, leave a review comment and suggest using the existing dependency, adding a fallback, avoiding the API, or raising the engine requirement.
|
|
8
|
+
|
|
9
|
+
Example: util.styleText exists in Node.js 20.12+, but only became stable in Node.js 22.13.0 and 23.5.0. Because this repository supports Node.js 20.19.0 and 22.12.0, replacing a color library with util.styleText should be flagged unless the project explicitly accepts relying on a non-stable API for those supported versions.
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
# Aggregate Changelog
|
|
2
|
+
|
|
3
|
+
The Appium monorepo contains many different modules and supports a variety of drivers, plugins and clients,
|
|
4
|
+
most of which have their own changelogs. Links to these individual changelogs are aggregated here.
|
|
5
|
+
|
|
6
|
+
## Main Appium Module
|
|
7
|
+
|
|
8
|
+
* ### [Appium Changelog](packages/appium/CHANGELOG.md)
|
|
9
|
+
* [Appium 1.x Changelog](https://github.com/appium/appium/blob/1.x/CHANGELOG.md)
|
|
10
|
+
|
|
11
|
+
## Drivers / Clients
|
|
12
|
+
Refer to the [Appium Ecosystem](https://appium.io/docs/en/latest/ecosystem/) page for links
|
|
13
|
+
to driver/client documentation
|
|
14
|
+
|
|
15
|
+
## Plugins
|
|
16
|
+
* [execute-driver-plugin](packages/execute-driver-plugin/CHANGELOG.md)
|
|
17
|
+
* [images-plugin](packages/images-plugin/CHANGELOG.md)
|
|
18
|
+
* [relaxed-caps-plugin](packages/relaxed-caps-plugin/CHANGELOG.md)
|
|
19
|
+
* [storage-plugin](packages/storage-plugin/CHANGELOG.md)
|
|
20
|
+
* [universal-xml-plugin](packages/universal-xml-plugin/CHANGELOG.md)
|
|
21
|
+
|
|
22
|
+
## Other Modules
|
|
23
|
+
* [base-driver](packages/base-driver/CHANGELOG.md)
|
|
24
|
+
* [base-plugin](packages/base-plugin/CHANGELOG.md)
|
|
25
|
+
* [docutils](packages/docutils/CHANGELOG.md)
|
|
26
|
+
* [driver-test-support](packages/driver-test-support/CHANGELOG.md)
|
|
27
|
+
* [eslint-config-appium-ts](packages/eslint-config-appium-ts/CHANGELOG.md)
|
|
28
|
+
* [fake-driver](packages/fake-driver/CHANGELOG.md)
|
|
29
|
+
* [fake-plugin](packages/fake-plugin/CHANGELOG.md)
|
|
30
|
+
* [logger](packages/logger/CHANGELOG.md)
|
|
31
|
+
* [opencv](packages/opencv/CHANGELOG.md)
|
|
32
|
+
* [plugin-test-support](packages/plugin-test-support/CHANGELOG.md)
|
|
33
|
+
* [schema](packages/schema/CHANGELOG.md)
|
|
34
|
+
* [strongbox](packages/strongbox/CHANGELOG.md)
|
|
35
|
+
* [support](packages/support/CHANGELOG.md)
|
|
36
|
+
* [tsconfig](packages/tsconfig/CHANGELOG.md)
|
|
37
|
+
* [types](packages/types/CHANGELOG.md)
|
|
38
|
+
|
|
39
|
+
## Removed Modules
|
|
40
|
+
The changelog links used for these modules lead to the last version of their changelog file.
|
|
41
|
+
* [doctor](https://github.com/appium/appium/blob/8daf5e123ac14c8325acf504fb33eb28e1a3dd78/packages/doctor/CHANGELOG.md) ([removal PR](https://github.com/appium/appium/pull/20805))
|
|
42
|
+
* [eslint-config-appium](https://github.com/appium/appium/blob/4b3a8c2197a587ec5a2606b662e4e7667a7852cb/packages/eslint-config-appium/CHANGELOG.md) ([removal PR](https://github.com/appium/appium/pull/20856))
|
|
43
|
+
* [gulp-plugins](https://github.com/appium/appium/blob/0823f0b60e40395cd1dc3b72cfa3c0092bc81302/packages/gulp-plugins/CHANGELOG.md) ([removal PR](https://github.com/appium/appium/pull/17943))
|
|
44
|
+
* [test-support](https://github.com/appium/appium/blob/1a46d7d61ee49c7e82a63687c5647c42ab69513d/packages/test-support/CHANGELOG.md) ([removal PR](https://github.com/appium/appium/pull/22351))
|
|
45
|
+
* [typedoc-plugin-appium](https://github.com/appium/appium/blob/d6204b6902074210943d7bbbf72d139b9b170a20/packages/typedoc-plugin-appium/CHANGELOG.md) ([removal PR](https://github.com/appium/appium/pull/19465))
|
|
@@ -0,0 +1,189 @@
|
|
|
1
|
+
# Appium Project Governance
|
|
2
|
+
|
|
3
|
+
The Appium Project wants as much as possible to operate using procedures that
|
|
4
|
+
are fair, open, inviting, and ultimately good for the community. For that
|
|
5
|
+
reason we find it valuable to codify some of the ways that the Project goes
|
|
6
|
+
about its day-to-day business. We want to make sure that no matter who you are,
|
|
7
|
+
you have the opportunity to contribute to Appium. We want to make sure that no
|
|
8
|
+
one corporation can exert undue influence on the community or hold the Project
|
|
9
|
+
hostage. And likewise we want to make sure that corporations which benefit from
|
|
10
|
+
Appium are also incentivized to give back.
|
|
11
|
+
|
|
12
|
+
### The Technical Committee
|
|
13
|
+
|
|
14
|
+
The project is officially led by a Technical Committee (TC), currently
|
|
15
|
+
consisting of:
|
|
16
|
+
|
|
17
|
+
* [@jlipps](https://github.com/jlipps)
|
|
18
|
+
* [@mykola-mokhnach](https://github.com/mykola-mokhnach)
|
|
19
|
+
* [@eglitise](https://github.com/eglitise)
|
|
20
|
+
* [@KazuCocoa](https://github.com/KazuCocoa)
|
|
21
|
+
|
|
22
|
+
They all represent different companies and different types of contribution to
|
|
23
|
+
the Appium Project. The TC is responsible for high-level decisions (like
|
|
24
|
+
establishing a feature roadmap, accepting sponsorship, organizing conferences,
|
|
25
|
+
etc...), adjudicating conflicts between members of the community, and making
|
|
26
|
+
changes to the project's governance processes.
|
|
27
|
+
|
|
28
|
+
* Membership in the TC is granted by unanimous vote of current TC members.
|
|
29
|
+
* TC members can step down at any time.
|
|
30
|
+
* No more than 1/3 (or 2, whichever is higher) of TC members may belong to the same company.
|
|
31
|
+
* Changes to project governance require unanimous vote of the TC.
|
|
32
|
+
|
|
33
|
+
### Project Committers
|
|
34
|
+
|
|
35
|
+
Most of the project maintenance is handled by committers, community members who
|
|
36
|
+
have been granted commit access to the Appium organization on GitHub. The
|
|
37
|
+
responsibilities of committers include: reviewing and merging pull requests,
|
|
38
|
+
walking through changes with developers, weighing in on architectural issues,
|
|
39
|
+
and so on.
|
|
40
|
+
|
|
41
|
+
* Any two TC members can decide to make someone a project committer, providing that person has shown an appropriate understanding of the Appium codebase through prior contributions of code.
|
|
42
|
+
* In general any committer can review and merge a PR. In general committers should only merge code they are qualified to review, which might entail pinging another committer who has greater ownership over a specific code area.
|
|
43
|
+
* Debates between committers about whether code should be merged should happen in GitHub pull requests.
|
|
44
|
+
* Proposals for large changes to the project's code (architectural changes, etc...) should be brought forward as a GitHub issue (with the label `Proposal`), and all committers should be pinged so they can weigh in on the discussion if desired. Substantial changes, whether in proposal stage or in pull request stage should be signed off on by 1 TC member and at least 2 other committers. To assist in the discussion, a small proof of concept can be undertaken on a subset of the Appium ecosystem and raised as a strawman PR, to give flesh to the proposal and make discussion more helpfully concrete.
|
|
45
|
+
* In general disputes about code should be resolved by discussion, not votes. If there is substantial disagreement, aim for consensus. If that is not possible, committers can bring the dispute to the TC for a vote, with the outcome determined by a majority.
|
|
46
|
+
* Any committer can decide to close a PR or issue if they determine the change doesn't suit the project.
|
|
47
|
+
* Appium has a large ecosystem of repositories. Some are 'core' in the sense of being central subpackages with a lot of traffic like `appium/appium` or `appium/appium-ios-driver`. Others are 'peripheral' in the sense of receiving few changes, being maintained by 1 person or no one, etc..., like `appium/ruby_lib` or `appium/appium_thor` For 'core' repos, committers should not merge their own code straightaway. Like all contributors they should open a PR and get a +1 from another committer. For 'peripheral' repos for which they are the sole maintainer or for which they have a good understanding, it is obtuse to insist on another contributor's +1 and this rule should be relaxed in that case. In sum: use good judgment and don't ram code through without a review when you can help it.
|
|
48
|
+
|
|
49
|
+
The current committers are (along with their primary areas(s) of ownership or maintenance):
|
|
50
|
+
|
|
51
|
+
* [@dan-maor](https://github.com/Dan-Maor) - XCUITest driver and iOS internals
|
|
52
|
+
* [@dor-bl](https://github.com/Dor-bl) - DotNet client
|
|
53
|
+
* [@Delta456](https://github.com/Delta456) - appium-mcp, iOS support libraries
|
|
54
|
+
* [@eglitise](https://github.com/eglitise) - Appium server, Inspector
|
|
55
|
+
* [@harsha509](https://github.com/harsha509) - appium-ios-tuntap
|
|
56
|
+
* [@jlipps](https://github.com/jlipps) - Appium server, Inspector
|
|
57
|
+
* [@kazucocoa](https://github.com/KazuCocoa) - all Appium projects
|
|
58
|
+
* [@laolubenson](https://github.com/laolubenson) - DotNet client
|
|
59
|
+
* [@mwakizaka](https://github.com/mwakizaka) - XCUITest driver
|
|
60
|
+
* [@mykola-mokhnach](https://github.com/mykola-mokhnach) - all Appium projects
|
|
61
|
+
* [@navin772](https://github.com/navin772) - appium-mcp, iOS support libraries
|
|
62
|
+
* [@rerorero](https://github.com/rerorero) - XCUITest/UIA2 driver
|
|
63
|
+
* [@saikrishna321](https://github.com/saikrishna321) - Java client
|
|
64
|
+
* [@srinivasantarget](https://github.com/SrinivasanTarget) - Java client
|
|
65
|
+
* [@tomriddly](https://github.com/tomriddly) - appium-ios-device
|
|
66
|
+
* [@valfirst](https://github.com/valfirst) - Java client
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
See [Emeritus Contributors](#emeritus-contributors) below for a list of people who formerly made
|
|
70
|
+
significant contributions to the project but are no longer actively committing.
|
|
71
|
+
|
|
72
|
+
### Other Contributors
|
|
73
|
+
|
|
74
|
+
Other, less formal, kinds of contribution are outlined in our [Contributing Guide](https://appium.io/docs/en/latest/contributing/).
|
|
75
|
+
We also very much appreciate those who spend their valuable time assisting with the [Appium forums](https://discuss.appium.io).
|
|
76
|
+
Current high-level forum contributors and mods include:
|
|
77
|
+
|
|
78
|
+
* [aleksei](https://discuss.appium.io/u/aleksei/summary)
|
|
79
|
+
* [wreed](https://discuss.appium.io/u/wreed/summary)
|
|
80
|
+
|
|
81
|
+
### Sponsorship
|
|
82
|
+
|
|
83
|
+
The Appium project welcomes the sponsorship of individuals and organizations. There are two types
|
|
84
|
+
of sponsorship: those related to contributions of Appium maintenance and leadership, and those
|
|
85
|
+
related to contributions of funds. Both are extremely important to the ongoing health of the
|
|
86
|
+
project. Financial sponsorship is mediated through our [OpenCollective page](https://opencollective.com/appium).
|
|
87
|
+
Sponsorship tiers and benefits are described below:
|
|
88
|
+
|
|
89
|
+
- **Development Partners**: The primary need of any open source project is for sustained maintenance and contributorship. Companies that officially sponsor such development with dedicated employee time are recognized as Development Partners, and receive the same benefits as the highest tier of financial sponsorship. To be considered a Development Partner, a company must devote at least 50% of a full-time employee's time to Appium maintenance. This means that the contributors designated by the company must have been appointed as "committers" in good standing of one or more core Appium repositories. (See above for a description of how to become a committer).
|
|
90
|
+
- **Strategic Partners**: Representing the highest tier of ongoing financial support for the project, Strategic Partners are what make our compensation scheme for contributors possible, and we thank them for their significant investment into the project! More than financial contribution, Strategic Partners help elevate Appium's position in the industry through marketing and evangelism efforts, and partner with the Appium team to help make Appium better. Along with the Development Partners, Strategic Partners have their logos displayed prominently on our website, and have the ability to link to their Appium-related products in a few relevant places in our documentation.
|
|
91
|
+
- **Gold, Silver, and Bronze Sponsors**: these sponsorship levels correspond to different amounts of recurring financial contribution that generously support our contributor compensation scheme. Sponsors at these levels also have the opportunity to display their logo on our website.
|
|
92
|
+
- **Backers**: individuals who benefit from the Appium project can also donate on a one-time or recurring basis, at any amount, and will be recognized as Backers for their contribution!
|
|
93
|
+
|
|
94
|
+
To become a sponsor at one of these levels, follow the process indicated at the [OpenCollective
|
|
95
|
+
page](https://opencollective.com/appium).
|
|
96
|
+
|
|
97
|
+
### Compensation Scheme
|
|
98
|
+
|
|
99
|
+
With funds received through sponsorship, the Appium project wants to incentivize contributions of
|
|
100
|
+
code, documentation efforts, maintenance, and project leadership. We have developed a scheme
|
|
101
|
+
(inspired by one developed at the [WebdriverIO](https://github.com/webdriverio/webdriverio)
|
|
102
|
+
project) for disbursing funds on a monthly basis to those who contribute to the project, as well as
|
|
103
|
+
some other "upstream" open source projects.
|
|
104
|
+
|
|
105
|
+
Each month, 15% of sponsorship funds received will be donated to upstream projects, based on the
|
|
106
|
+
discretion of the current TC. At this point, no attempt will be made to formalize quantitative
|
|
107
|
+
notions of relevance. If you manage a project upstream of Appium and would like to be considered as
|
|
108
|
+
part of this donation group, give us a shout!
|
|
109
|
+
|
|
110
|
+
Of the remaining 85% of sponsorship funds, 70% (roughly 60% of the original total) will go to
|
|
111
|
+
project Committers (i.e., those in a role of maintenance), and 30% (roughly 25% of the original
|
|
112
|
+
total) will go to Contributors (i.e., those making one-off or periodic contributions). The way that
|
|
113
|
+
Committers and Contributors are paid for their efforts differs.
|
|
114
|
+
|
|
115
|
+
For Committers, each Committer will keep a monthly time sheet of hours contributed to the project.
|
|
116
|
+
At the end of each month, the hours tracked from all Committers will be totalled, and then the
|
|
117
|
+
Committer-allocated funds will be disbursed (via OpenCollective) on a pro rata basis. Within this
|
|
118
|
+
scheme, Committers agree not to submit hours worked as part of their employment with a Development
|
|
119
|
+
Partner (since this is part of the "sponsorship" contribution of the Development Partner).
|
|
120
|
+
|
|
121
|
+
For Contributors, when they make contributions which are successfully merged into the project,
|
|
122
|
+
a Committer can discretionarily assign a "value tier" to the contribution. The "value tiers" and
|
|
123
|
+
corresponding payouts are as follows:
|
|
124
|
+
|
|
125
|
+
- XS: a trivial change (e.g. a typo change or applying of an automatically suggested security
|
|
126
|
+
patch). \$0.
|
|
127
|
+
- S: a small but useful change. \$25.
|
|
128
|
+
- M: a medium-small or slightly more complex change. \$50.
|
|
129
|
+
- L: a very valuable or sizable change. \$100.
|
|
130
|
+
- XL: a massive change or set of changes. \$500.
|
|
131
|
+
|
|
132
|
+
At the end of each month, Committers will total up the number of changes receiving potential
|
|
133
|
+
payout. If the total amount of funds allocated for Contributor payout exceeds the total amount to
|
|
134
|
+
be paid, then each Contributor will receive an OpenCollective link to claim their funds. If not
|
|
135
|
+
enough funds exist to cover all payouts, then the payout amounts will be scaled down in a pro rata
|
|
136
|
+
fashion.
|
|
137
|
+
|
|
138
|
+
The scope for Committer or Contributor payouts is work completed within any "core" Appium
|
|
139
|
+
repository (i.e., those officially maintained by the Appium team, residing within the Appium
|
|
140
|
+
organization on GitHub, under `https://github.com/appium`).
|
|
141
|
+
|
|
142
|
+
Some disclaimers: Payments will happen exclusively via OpenCollective. Recipients of funds are
|
|
143
|
+
responsible for maintaining their OpenCollective account in a fashion where funds can be disbursed,
|
|
144
|
+
and are responsible for any and all tax, financial, or legal consequences of receiving money in
|
|
145
|
+
this way. Receipt of funds from this scheme holds the Appium project and the OpenJS Foundation free
|
|
146
|
+
of any claim or obligation. While this document exists to clearly and publicly lay out the terms
|
|
147
|
+
under which payments are generally made, the TC retains the right to grant or withhold funding on
|
|
148
|
+
a discretionary of special basis. Basically, this scheme is run at the project's discretion, and is
|
|
149
|
+
not a public service. Making contributions to the project under this scheme does not obligate the
|
|
150
|
+
project to pay you for such work, or otherwise compensate you in any way.
|
|
151
|
+
|
|
152
|
+
### Raising Issues Related to Governance
|
|
153
|
+
|
|
154
|
+
This governance model necessarily leaves many situations unspecified. If
|
|
155
|
+
questions arise as to how a given situation should proceed according to the
|
|
156
|
+
overall goals of the project, the best thing to do is to open a GitHub issue
|
|
157
|
+
and ping the TC members.
|
|
158
|
+
|
|
159
|
+
### Emeritus Contributors
|
|
160
|
+
|
|
161
|
+
* [@aluedeke](https://github.com/aluedeke)
|
|
162
|
+
* [@astro03](https://github.com/Astro03)
|
|
163
|
+
* [@bayandin](https://github.com/bayandin)
|
|
164
|
+
* [@boneskull](https://github.com/boneskull)
|
|
165
|
+
* [@bootstraponline](https://github.com/bootstraponline)
|
|
166
|
+
* [@dandoveralba](https://github.com/dandoveralba)
|
|
167
|
+
* [@ddkjin](https://github.com/ddkjin)
|
|
168
|
+
* [@drpy](https://github.com/drpy)
|
|
169
|
+
* [@dylanLacey](https://github.com/DylanLacey)
|
|
170
|
+
* [@filmaj](https://github.com/filmaj)
|
|
171
|
+
* [@gempesaw](https://github.com/gempesaw)
|
|
172
|
+
* [@hugs](https://github.com/hugs)
|
|
173
|
+
* [@imurchie](https://github.com/imurchie)
|
|
174
|
+
* [@jamieEdge](https://github.com/JamieEdge)
|
|
175
|
+
* [@jdeff](https://github.com/jdeff)
|
|
176
|
+
* [@jonahss](https://github.com/Jonahss)
|
|
177
|
+
* [@maudineormsby](https://github.com/maudineormsby)
|
|
178
|
+
* [@moizjv](https://github.com/moizjv)
|
|
179
|
+
* [@peepa](https://github.com/peepa)
|
|
180
|
+
* [@penguinho](https://github.com/penguinho)
|
|
181
|
+
* [@sbonebrake](https://github.com/sbonebrake)
|
|
182
|
+
* [@scottdixon](https://github.com/scottdixon)
|
|
183
|
+
* [@sebv](https://github.com/sebv)
|
|
184
|
+
* [@sravanmedarapu](https://github.com/sravanmedarapu)
|
|
185
|
+
* [@stuartbrussell-intuit](https://github.com/stuartbrussell-intuit)
|
|
186
|
+
* [@tikhomirovSergey](https://github.com/TikhomirovSergey)
|
|
187
|
+
* [@titusfortner](https://github.com/titusfortner)
|
|
188
|
+
* [@vgrigoruk](https://github.com/vgrigoruk)
|
|
189
|
+
* [@vmaxim](https://github.com/vmaxim)
|
|
@@ -0,0 +1,221 @@
|
|
|
1
|
+
<p align="center">
|
|
2
|
+
<a href="https://appium.io/">
|
|
3
|
+
<img alt="Appium" src="https://raw.githubusercontent.com/appium/appium/master/packages/appium/docs/overrides/assets/images/appium-logo-horiz.png" width="500">
|
|
4
|
+
</a>
|
|
5
|
+
</p>
|
|
6
|
+
<p align="center">
|
|
7
|
+
Cross-platform test automation for native, hybrid, mobile web and desktop apps.
|
|
8
|
+
</p>
|
|
9
|
+
|
|
10
|
+
<div align="center">
|
|
11
|
+
|
|
12
|
+
[](https://npmjs.org/package/appium)
|
|
13
|
+
[](https://npmjs.org/package/appium)
|
|
14
|
+
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fappium%2Fappium?ref=badge_shield)
|
|
15
|
+
[](https://github.com/vshymanskyy/StandWithUkraine/)
|
|
16
|
+
[](https://www.unrwa.org/)
|
|
17
|
+
|
|
18
|
+
</div>
|
|
19
|
+
|
|
20
|
+
***
|
|
21
|
+
|
|
22
|
+
<p align="center"><b>
|
|
23
|
+
<a href="https://appium.io">Documentation</a> |
|
|
24
|
+
<a href="https://appium.io/docs/en/latest/intro/">Get Started</a> |
|
|
25
|
+
<a href="https://appium.io/docs/en/latest/ecosystem/">Ecosystem</a> |
|
|
26
|
+
<a href="https://github.com/appium/appium/blob/master/packages/appium/CHANGELOG.md">Changelog</a> |
|
|
27
|
+
<a href="https://appium.io/docs/en/latest/contributing/">Contributing Guide</a> |
|
|
28
|
+
<a href="https://discuss.appium.io">Discussion Forum</a>
|
|
29
|
+
</b></p>
|
|
30
|
+
|
|
31
|
+
***
|
|
32
|
+
|
|
33
|
+
Appium is an open-source automation framework that provides
|
|
34
|
+
[WebDriver](https://www.w3.org/TR/webdriver/)-based automation possibilities for a wide range of
|
|
35
|
+
different mobile, desktop and IoT platforms. Appium is modular and extensible, and supports multiple
|
|
36
|
+
programming languages, which means there is an entire ecosystem of related software:
|
|
37
|
+
* [__Drivers__](#drivers) add support for automating specific platforms
|
|
38
|
+
* [__Clients__](#clients) allow writing Appium tests in your programming language of choice
|
|
39
|
+
* [__Plugins__](#plugins) allow to further extend Appium functionality
|
|
40
|
+
|
|
41
|
+
## Upgrading From Older Versions
|
|
42
|
+
|
|
43
|
+
The Appium team only provides support for the most recent version of Appium. If you wish to upgrade from
|
|
44
|
+
an older major Appium version, please refer to the migration guides:
|
|
45
|
+
|
|
46
|
+
* [Appium v2 to v3](https://appium.io/docs/en/latest/guides/migrating-2-to-3/)
|
|
47
|
+
* [Appium v1 to v2](https://appium.io/docs/en/latest/guides/migrating-1-to-2/)
|
|
48
|
+
|
|
49
|
+
## Installation
|
|
50
|
+
|
|
51
|
+
Appium can be installed using `npm` (other package managers are not currently supported). Please
|
|
52
|
+
check the [installation docs](http://appium.io/docs/en/latest/quickstart/install/) for the
|
|
53
|
+
system requirements and further information.
|
|
54
|
+
|
|
55
|
+
If upgrading from Appium 1, make sure Appium 1 is fully uninstalled (`npm uninstall -g appium`).
|
|
56
|
+
Unexpected errors might appear if this has not been done.
|
|
57
|
+
|
|
58
|
+
```bash
|
|
59
|
+
npm i -g appium
|
|
60
|
+
```
|
|
61
|
+
|
|
62
|
+
Note that this will only install the core Appium server, which cannot automate anything on its own.
|
|
63
|
+
Please install [drivers](#drivers) for your target platforms in order to automate them.
|
|
64
|
+
|
|
65
|
+
## Drivers
|
|
66
|
+
|
|
67
|
+
Appium supports app automation across a variety of platforms, like iOS, Android, macOS, Windows,
|
|
68
|
+
and more. Each platform is supported by one or more "drivers", which know how to automate that
|
|
69
|
+
particular platform. You can find a full list of officially-supported and third-party drivers in
|
|
70
|
+
[Appium Ecosystem's Drivers page](http://appium.io/docs/en/latest/ecosystem/drivers/).
|
|
71
|
+
|
|
72
|
+
Driver management is done using [Appium's Extension command-line interface](http://appium.io/docs/en/latest/cli/extensions/):
|
|
73
|
+
|
|
74
|
+
```bash
|
|
75
|
+
# Install an official driver from npm (see documentation for a list of such drivers)
|
|
76
|
+
appium driver install <driver-name>
|
|
77
|
+
# Install any driver from npm
|
|
78
|
+
appium driver install --source=npm <driver-name>
|
|
79
|
+
# See documentation for installation from other sources
|
|
80
|
+
|
|
81
|
+
# List already installed drivers
|
|
82
|
+
appium driver list --installed
|
|
83
|
+
# Update a driver (it must be already installed)
|
|
84
|
+
# This will NOT update the major version, in order to prevent breaking changes
|
|
85
|
+
appium driver update <driver-name>
|
|
86
|
+
# Update a driver to the most recent version (may include breaking changes)
|
|
87
|
+
appium driver update <driver-name> --unsafe
|
|
88
|
+
# Uninstall a driver (it won't last forever, will it?)
|
|
89
|
+
appium driver uninstall <driver-name>
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
## Clients
|
|
93
|
+
|
|
94
|
+
Client libraries enable writing Appium tests in different programming languages. There are
|
|
95
|
+
officially-supported clients for Java, Python, Ruby, and .NET C#, as well as third-party clients
|
|
96
|
+
for other languages. You can find a full list of clients in
|
|
97
|
+
[Appium Ecosystem's Clients page](http://appium.io/docs/en/latest/ecosystem/clients/).
|
|
98
|
+
|
|
99
|
+
## Plugins
|
|
100
|
+
|
|
101
|
+
Plugins allow you to extend server functionality without changing the server code. The main
|
|
102
|
+
difference between drivers and plugins is that the latter must be explicitly enabled on
|
|
103
|
+
Appium server startup (all installed drivers are enabled by default):
|
|
104
|
+
|
|
105
|
+
```bash
|
|
106
|
+
appium --use-plugins=<plugin-name>
|
|
107
|
+
```
|
|
108
|
+
|
|
109
|
+
You can find a full list of officially-supported and third-party plugins in
|
|
110
|
+
[Appium Ecosystem's Plugins page](http://appium.io/docs/en/latest/ecosystem/plugins/).
|
|
111
|
+
|
|
112
|
+
Similarly to drivers, plugin management is also done using
|
|
113
|
+
[Appium's Extension command-line interface](http://appium.io/docs/en/latest/cli/extensions/):
|
|
114
|
+
|
|
115
|
+
```bash
|
|
116
|
+
# Install an official plugin from npm (see documentation for a list of such plugins)
|
|
117
|
+
appium plugin install <plugin-name>
|
|
118
|
+
# Install any plugin from npm
|
|
119
|
+
appium plugin install --source=npm <plugin-name>
|
|
120
|
+
# See documentation for installation from other sources
|
|
121
|
+
|
|
122
|
+
# List already installed plugins
|
|
123
|
+
appium plugin list --installed
|
|
124
|
+
# Update a plugin (it must be already installed)
|
|
125
|
+
# This will NOT update the major version, in order to prevent breaking changes
|
|
126
|
+
appium plugin update <plugin-name>
|
|
127
|
+
# Update a plugin to the most recent version (may include breaking changes)
|
|
128
|
+
appium plugin update <plugin-name> --unsafe
|
|
129
|
+
# Uninstall a plugin
|
|
130
|
+
appium plugin uninstall <plugin-name>
|
|
131
|
+
```
|
|
132
|
+
|
|
133
|
+
## Server Command Line Interface
|
|
134
|
+
|
|
135
|
+
In order to start sending commands to the Appium server, it must be running on the URL and port
|
|
136
|
+
where your client library expects it to listen. [Appium's command-line interface](http://appium.io/docs/en/latest/cli/server/)
|
|
137
|
+
is used to launch and configure the server:
|
|
138
|
+
|
|
139
|
+
```bash
|
|
140
|
+
# Start the server on the default host (0.0.0.0) and port (4723)
|
|
141
|
+
appium server
|
|
142
|
+
# You can also omit the 'server' subcommand
|
|
143
|
+
appium
|
|
144
|
+
# Start the server on the given host, port and use a custom base path prefix (the default prefix is '/')
|
|
145
|
+
appium --address 127.0.0.1 --port 9000 --base-path /wd/hub
|
|
146
|
+
```
|
|
147
|
+
|
|
148
|
+
Appium supports execution of parallel server processes, as well as parallel driver sessions within a
|
|
149
|
+
single server process. Refer the corresponding driver documentations regarding which mode is optimal
|
|
150
|
+
for the particular driver or whether it supports parallel sessions.
|
|
151
|
+
|
|
152
|
+
## Why Appium?
|
|
153
|
+
|
|
154
|
+
1. You usually don't have to recompile your app or modify it in any way, due to the use of standard
|
|
155
|
+
automation APIs on all platforms.
|
|
156
|
+
2. You can write tests with your favorite dev tools using any WebDriver-compatible language such as
|
|
157
|
+
Java, Python, Ruby and C#. There are also third party client implementations for other languages.
|
|
158
|
+
3. You can use any testing framework.
|
|
159
|
+
4. Some drivers like `xcuitest` and `uiautomator2` have built-in mobile web and hybrid app support.
|
|
160
|
+
Within the same script, you can switch seamlessly between native app automation and webview
|
|
161
|
+
automation, all using the WebDriver model that's already the standard for web automation.
|
|
162
|
+
5. You can run your automated tests locally and in a cloud. There are multiple cloud providers that
|
|
163
|
+
support various Appium drivers (mostly targeting iOS and Android mobile automation).
|
|
164
|
+
6. [Appium Inspector](https://github.com/appium/appium-inspector) can be used to visually inspect
|
|
165
|
+
the page source of applications across different platforms, facilitating easier test development.
|
|
166
|
+
|
|
167
|
+
Investing in the [WebDriver](https://w3c.github.io/webdriver/webdriver-spec.html) protocol means you
|
|
168
|
+
are betting on a single, free, and open protocol for testing that has become a web standard. Don't
|
|
169
|
+
lock yourself into a proprietary stack.
|
|
170
|
+
|
|
171
|
+
For example, if you use Apple's XCUITest library without Appium, you can only write tests using
|
|
172
|
+
Obj-C/Swift, and you can only run tests through Xcode. Similarly, with Google's UiAutomator or
|
|
173
|
+
Espresso, you can only write tests in Java/Kotlin. Appium opens up the possibility of true
|
|
174
|
+
cross-platform native app automation, for mobile and beyond!
|
|
175
|
+
|
|
176
|
+
If you are looking for a more comprehensive description of what this is all about, please read our
|
|
177
|
+
documentation on [How Does Appium Work?](https://appium.io/docs/en/latest/intro/appium/).
|
|
178
|
+
|
|
179
|
+
## Sponsors
|
|
180
|
+
|
|
181
|
+
Appium has a [Sponsorship Program](GOVERNANCE.md#sponsorship)! If you or your company uses Appium
|
|
182
|
+
and wants to give back financially to the project, we use these funds to [encourage development and
|
|
183
|
+
contributions](GOVERNANCE.md#compensation-scheme), as well as support other open source projects we
|
|
184
|
+
rely on. [Become a sponsor](https://opencollective.com/appium) via our OpenCollective page.
|
|
185
|
+
|
|
186
|
+
### Development and Strategic Partners
|
|
187
|
+
|
|
188
|
+
Appium is incredibly grateful to our Development and Strategic Partners for their sustained
|
|
189
|
+
contribution of project development and leadership!
|
|
190
|
+
|
|
191
|
+
<p align="center">
|
|
192
|
+
<a href="https://www.browserstack.com/browserstack-appium?utm_campaigncode=701OW00000AoUTQYA3&utm_medium=partnered&utm_source=appium">
|
|
193
|
+
<picture>
|
|
194
|
+
<source srcset="packages/appium/docs/overrides/assets/images/sponsor-logo-browserstack-dark.png" media="(prefers-color-scheme: dark)"/>
|
|
195
|
+
<source srcset="packages/appium/docs/overrides/assets/images/sponsor-logo-browserstack-light.png" media="(prefers-color-scheme: light)"/>
|
|
196
|
+
<img src="packages/appium/docs/overrides/assets/images/sponsor-logo-browserstack-dark.png" width="300" alt="Browserstack"/>
|
|
197
|
+
</picture>
|
|
198
|
+
</a>
|
|
199
|
+
</p>
|
|
200
|
+
|
|
201
|
+
<p align="center">
|
|
202
|
+
<a href="https://www.testmuai.com">
|
|
203
|
+
<picture>
|
|
204
|
+
<source srcset="packages/appium/docs/overrides/assets/images/sponsor-logo-testmuai-dark.png" media="(prefers-color-scheme: dark)"/>
|
|
205
|
+
<source srcset="packages/appium/docs/overrides/assets/images/sponsor-logo-testmuai-light.png" media="(prefers-color-scheme: light)"/>
|
|
206
|
+
<img src="packages/appium/docs/overrides/assets/images/sponsor-logo-testmuai-dark.png" width="300" alt="TestMu AI (formerly LambdaTest)"/>
|
|
207
|
+
</picture>
|
|
208
|
+
</a>
|
|
209
|
+
</p>
|
|
210
|
+
|
|
211
|
+
### Other Sponsors
|
|
212
|
+
|
|
213
|
+
A full list of sponsors is available at our [Sponsors page](https://appium.io/docs/en/latest/sponsors/).
|
|
214
|
+
|
|
215
|
+
## License
|
|
216
|
+
|
|
217
|
+
[Apache-2.0](./LICENSE)
|
|
218
|
+
|
|
219
|
+
[](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fappium%2Fappium?ref=badge_large)
|
|
220
|
+
|
|
221
|
+
`@appium/logger` package is under [ISC](./packages/logger/LICENSE) License.
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
# Roadmap
|
|
2
|
+
|
|
3
|
+
This is not a traditional roadmap. We don't have a typical product team with a typical product
|
|
4
|
+
manager. The fact that the items below exist on a roadmap is no indication that we will ever have
|
|
5
|
+
the opportunity to work on them. Instead this is more like a wishlist of outcomes that the project
|
|
6
|
+
thinks would be valuable. If and when we get additional contributions of development work, this is
|
|
7
|
+
a set of items that would be great for someone to work on! Ideally, interested devs would find
|
|
8
|
+
something on this list and own it from start to finish! Let anyone on the project know if you're
|
|
9
|
+
interested and we can help get you going.
|
|
10
|
+
|
|
11
|
+
### Core projects
|
|
12
|
+
- **WebDriver BiDi support in the Appium server**: the WebDriver BiDi spec is underway, which details a different method for communicating with drivers. We should implement handling for these methods in our server so that Appium drivers can take advantage of the BiDi spec without additional work on their part.
|
|
13
|
+
- **Redevelop automatically generated command docs**: due to changing TypeDoc support and the departure of one of our team, we were forced to remove our TypeDoc-based automatic docs generation tool. It would be nice to bring this back in a more maintainable form!
|
|
14
|
+
|
|
15
|
+
### Driver/platform-specific projects
|
|
16
|
+
- **Better maintenance for our Android drivers**: we're looking for Android specialists to help maintain our Android drivers (UiAutomator2 and Espresso)
|
|
17
|
+
- **Better maintenance for our iOS driver**: we're looking for iOS specialists to help maintain our XCUITest driver
|
|
18
|
+
- **Better maintenance for [appium-ios-device](https://github.com/appium/appium-ios-device)**: this project is using outdated approaches and libraries. If it could be improved it would have a big impact on the performance of the XCUITest driver
|
|
19
|
+
|
|
20
|
+
### Client library projects
|
|
21
|
+
- **Selenium compatibility client updates**: we'd like to rearchitect our flagship Appium clients to extend rather than wrap Selenium clients, reducing the overall surface area of the Appium clients and making them work more closely with existing Selenium client functionality.
|
|
22
|
+
|
|
23
|
+
### Appium Inspector projects
|
|
24
|
+
- **Full support for web inspection**: currently the Appium Inspector has poor to no support for inspecing web pages (either mobile browsers or web content embedded in webviews). It's a common requirement to inspect web elements as part of writing Appium tests, and at the present time users are required to leave the Inspector and open up a browser's devtools.
|
|
25
|
+
- **Record/Playback**: we have a basic record-to-code feature already. It would be nice to be able to save recorded steps and play them back with a little player/editor.
|
|
26
|
+
- **Support for more platforms**: currently there is a fair bit of specialized handling for iOS and Android in the Appium inspector. Other platforms either work poorly or not at all with the Inspector. It would be great to establish a way for drivers to report all the information about how they work to the Inspector, so it can support any platform without needing special-cased code for it.
|
|
27
|
+
- **Locator analysis and comparison**: it would be nice for users to get more information about the relative suitability of using different locators to find elements, as poor locator performance is a leading cause of Appium test instability.
|
|
28
|
+
- **Dark theme**: for true hackers!
|
|
29
|
+
- **Export/import of saved gestures**: it's currently not possible to port your saved gestures to other instances of the Inspector (i.e., to share with team members).
|
|
30
|
+
- **Bulk export/import saved sessions**: would be nice to take your sessions and capabilities with you or to share with colleagues.
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
# Docs moved
|
|
2
|
+
|
|
3
|
+
The old Appium 1.x docs used to be in this directory. Now, they are available only on the [1.x
|
|
4
|
+
branch](https://github.com/appium/appium/tree/1.x/docs).
|
|
5
|
+
|
|
6
|
+
Current Appium docs are located in [packages/appium/docs](../packages/appium/docs) in this repo.
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
This documentation is a note for the opencollective payout.
|
|
2
|
+
|
|
3
|
+
1. Select `Submit expense`
|
|
4
|
+
|
|
5
|
+
<img width="200" alt="Screenshot 2024-09-17 at 11 04 32 PM" src="https://github.com/user-attachments/assets/5d598a46-8aa3-41e0-aadc-ce3f34b10f6b">
|
|
6
|
+
|
|
7
|
+
2. Select `Appium` in `Who is paying`
|
|
8
|
+
3. Select `Invite someone` and fill in a user name to pay payouts for
|
|
9
|
+
4. Select `Invoice` for `Select the type of expense`
|
|
10
|
+
5. Check the `I have read and understood the instructions and conditions` agreement
|
|
11
|
+
6. Select `No, generate an invoice for me`
|
|
12
|
+
- Keep blank for the `Additional invoice information (optional)`
|
|
13
|
+
8. Fill in the description in the `Item Description`, date and amount for `Expense Items`
|
|
14
|
+
- for TCs:
|
|
15
|
+
- `<year-month> contribution as a TC https://github.com/appium/appium/blob/master/GOVERNANCE.md#the-technical-committee and maintaining Appium project itself (development, review etc)`
|
|
16
|
+
- i.e. `2024-07 contribution as a TC https://github.com/appium/appium/blob/master/GOVERNANCE.md#the-technical-committee and maintaining Appium project itself (development, review etc)`
|
|
17
|
+
- for individuals
|
|
18
|
+
- `PR contribution: <PRs>` for PRs. `Community contribution in Q&A forum at https://discuss.appium.io/` for appium forums
|
|
19
|
+
- E.g.
|
|
20
|
+
- `PR contribution: https://github.com/appium/dotnet-client/pull/810, https://github.com/appium/dotnet-client/pull/808`
|
|
21
|
+
- `PR contribution: https://github.com/appium/java-client/pull/2206, https://github.com/appium/java-client/pull/2203 and a few PRs`
|
|
22
|
+
- `Community contribution in Q&A forum at https://discuss.appium.io/`
|
|
23
|
+
- Translations
|
|
24
|
+
- e.g.
|
|
25
|
+
- `Translation contributions for https://crowdin.com/project/appium-documentation`
|
|
26
|
+
- For Date
|
|
27
|
+
- today
|
|
28
|
+
- For Amount
|
|
29
|
+
- Put the payment amount in USD
|
|
30
|
+
9. Fill in title in `Title` in `Additional details`
|
|
31
|
+
- Expense title: `<year-month> contribution payout`
|
|
32
|
+
- e.g. `2024-07 contribution payout`
|
|
33
|
+
10. Submit expense
|
|
34
|
+
11. Update the expense url in our payout sheet
|
|
35
|
+
12. Approve each expense after getting a response for each expense
|