renovate[bot]
280e2ec792
chore(eslint-config-appium-ts): update eslint-related packages to v9.36.0 ( #21601 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-20 08:09:13 +02:00
renovate[bot]
2f069ae351
chore(types): update dependency type-fest to v5.0.1 ( #21600 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-19 13:31:35 +00:00
renovate[bot]
3624635393
chore(types): update dependency type-fest to v5 ( #21587 )
...
* chore(types): update dependency type-fest to v5
* update types
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mykola Mokhnach <mokhnach@gmail.com >
2025-09-18 08:44:17 +02:00
renovate[bot]
560ddce517
chore(eslint-config-appium-ts): update dependency typescript-eslint to v8.44.0 ( #21598 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-18 08:21:24 +02:00
renovate[bot]
f0b2cbfaf2
chore(support): update dependency sharp to v0.34.4 ( #21597 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-18 08:21:11 +02:00
renovate[bot]
dd96fc9e5b
chore(docutils): update dependency mkdocs-material to v9.6.20 ( #21596 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-18 06:08:37 +00:00
🚀 Erdinç Yılmaz
24bd9eeb1f
chore(appium,fake-driver,support): updates tests and docstring ( #21541 )
...
* fix: remove trailing comma in tsconfig.json
* docs: enhance JSDoc documentation and clean up outdated TODO comments
* chore: tweak the type
* chore: keep the version comparison
2025-09-16 21:22:37 -07:00
renovate[bot]
1c3891b3d6
chore(support): update dependency axios to v1.12.2 ( #21588 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-15 19:46:29 +00:00
Noritaka Kobayashi
9f8b55e7ab
chore: fix typos ( #21585 )
2025-09-13 17:14:42 -07:00
renovate[bot]
34665dbe77
chore(support): update dependency axios to v1.12.1 ( #21580 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-13 15:55:01 +03:00
github-actions[bot]
1fc22d25f9
docs(appium): Update documentation translations ( #21583 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-09-12 21:50:10 -07:00
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
github-actions[bot]
c1ef362a89
docs(appium): Update documentation translations ( #21579 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-09-11 19:08:57 -07:00
Edgars Eglītis
1753dcd5e9
feat: add inspector to plugins installed via appium setup ( #21578 )
2025-09-11 18:54:37 +03:00
Edgars Eglītis
cbea4f2e97
feat: add W3C printPage endpoint ( #21576 )
2025-09-11 08:49:07 +03:00
Edgars Eglītis
e2d076c5dc
chore: reorder routes.js to match docs ( #21568 )
2025-09-10 20:21:46 +03:00
Jonathan Lipps
606e4c1f58
chore: publish
...
- appium@3.0.2
- @appium/base-driver@10.0.1
- @appium/base-plugin@3.0.2
- @appium/docutils@2.1.0
- @appium/driver-test-support@1.0.2
- @appium/eslint-config-appium-ts@2.0.2
- @appium/execute-driver-plugin@5.0.1
- @appium/fake-plugin@4.0.2
- @appium/images-plugin@4.0.1
- @appium/logger@2.0.1
- @appium/opencv@4.0.1
- @appium/plugin-test-support@1.0.1
- @appium/storage-plugin@1.0.1
- @appium/support@7.0.1
- @appium/test-support@4.0.1
- @appium/tsconfig@1.1.0
- @appium/types@1.0.1
2025-09-09 12:41:39 -07:00
renovate[bot]
b38e251f07
chore(support): update dependency uuid to v13 ( #21570 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 19:14:57 +03:00
renovate[bot]
ae7cfcd2cd
chore(eslint-config-appium-ts): update dependency typescript-eslint to v8.43.0 ( #21569 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-09 09:55:29 +00:00
Edgars Eglītis
7433a26ed7
chore(types): refactor command-related types ( #21564 )
...
* chore: rename commands to command-maps
* chore: move driver command types to separate file
* chore: add combined interface for implementable commands
* chore: move remaining webdriver commands to own interface
* chore: move Appium commands to own interface
* chore: move JSONWP commands to own interface
* chore: move MJSONWP & other protocol commands to own interfaces
* chore: adjust types for orientation commands
* chore: rename commands file
* chore: split commands file into protocol-specific files
* chore: adjust comment
2025-09-08 20:39:02 +03:00
Edgars Eglītis
091a2f11fe
docs: fix links in images-plugin docs ( #21567 )
2025-09-08 19:46:51 +03:00
renovate[bot]
60f524164a
chore(docutils): update dependency mkdocs-material to v9.6.19 ( #21565 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-08 13:15:49 +00:00
Mykola Mokhnach
5d73a4fb49
fix(appium): Return a non-zero exit code if an extension script execution fails ( #21563 )
2025-09-08 12:19:28 +02:00
github-actions[bot]
3f716cff52
docs(appium): Update documentation translations ( #21562 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-09-07 19:44:58 -07:00
Edgars Eglītis
969037c3fe
docs: add missing supported JSONWP & MJSONWP API endpoints ( #21560 )
...
* docs: add missing JWP & MJWP API endpoints
* docs: remove codeblocks from command names for readability
2025-09-07 20:00:50 +03:00
Edgars Eglītis
d2302bdd92
docs: add missing supported Appium commands ( #21558 )
2025-09-07 13:28:43 +03:00
github-actions[bot]
4fd8c60ef8
docs(appium): Update documentation translations ( #21559 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-09-06 23:25:06 -07:00
Edgars Eglītis
ffa0b491c1
docs: add missing supported BiDi commands ( #21557 )
2025-09-06 18:44:26 +03:00
Edgars Eglītis
74c95f0a72
docs: add missing other protocol API endpoints ( #21555 )
2025-09-06 18:41:36 +03:00
Edgars Eglītis
d21fd2baa5
docs: add missing WebDriver standard API endpoints ( #21552 )
...
* docs: generate docs for all remaining webdriver API endpoints
* docs: begin updating generated API docs
* docs: update webdriver API endpoints
* docs: update more webdriver API endpoints
* docs: update webdriver API page notice
* docs: finish updating webdriver API endpoints
2025-09-06 12:00:34 +03:00
renovate[bot]
2edd325fb4
chore(eslint-config-appium-ts): update eslint-related packages to v9.35.0 ( #21553 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-06 08:16:52 +02:00
renovate[bot]
14880f36ab
chore(support): update dependency uuid to v12 ( #21554 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-06 08:16:40 +02:00
Edgars Eglītis
3034fe9b7c
fix(base-driver): fix /computedrole and /computedlabel routes ( #21551 )
...
* fix(base-driver): fix /computedrole and /computedlabel endpoints
* test: fix protocol hash
2025-09-05 19:06:13 +03:00
github-actions[bot]
1cd307770f
docs(appium): Update documentation translations ( #21549 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-09-05 09:56:47 +03:00
renovate[bot]
5d92756b46
chore(storage-plugin): update dependency lru-cache to v11.2.1 ( #21548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-04 17:09:23 +00:00
renovate[bot]
f0e8b696f8
chore(eslint-config-appium-ts): update dependency typescript-eslint to v8.42.0 ( #21546 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-04 12:32:34 +02:00
renovate[bot]
5d06f1183a
chore(base-driver): update dependency path-to-regexp to v8.3.0 ( #21545 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-09-04 12:32:01 +02:00
Kazuaki Matsuo
515c38eda5
docs(appium): use Apps instead of Battery ( #21542 )
2025-09-03 22:42:04 -07:00
Edgars Eglītis
094d4a161d
docs(appium): enhance API pages ( #21540 )
...
* docs: begin creation of unified plugins API page
* docs: finish images plugin API
* docs: add API for relaxed caps and universal XML plugins
* docs: finish plugins API page
* docs: begin webdriver protocol API page
* docs: add 3 webdriver API endpoints
* docs: add 2 webdriver API endpoints
* docs: add 5 webdriver API endpoints
* docs: add all current webdriver API endpoints
* docs: add all current JSONWP API endpoints
* docs: add all current Appium and other protocol API endpoints
* docs: add links and minor adjustments
* docs: update command names to Appium internal for consistency
* docs: add missing backtick
2025-09-04 08:40:05 +03:00
github-actions[bot]
0fb1d2411b
docs(appium): Update documentation translations ( #21536 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-08-31 15:29:53 +03:00
Edgars Eglītis
6a547ef055
docs(appium): enhance CLI pages ( #21535 )
...
* docs: update env vars page
* docs: update env vars page some more
* docs: turn CLI args page into server subcommand reference page
* docs: update CLI setup page
* docs: adjust order of CLI setup options
* docs: move help option to index page
* docs: merge CLI alias column into main column
* docs: add small headings to CLI setup
* docs: update most of the CLI extensions page
* docs: update remaining parts of CLI extension page
* docs: minor CLI adjustments
2025-08-30 22:57:27 +03:00
github-actions[bot]
d280e2af0f
docs(appium): Update documentation translations ( #21534 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-08-29 19:26:19 -07:00
Edgars Eglītis
b6e51c6417
docs(appium): merge CLI and Command sections into Reference section ( #21530 )
...
* docs: merge reference sections
* docs: update links to reference docs
* docs: add missing redirects
2025-08-29 12:54:17 +03:00
github-actions[bot]
3d37ef27f4
docs(appium): Update documentation translations ( #21529 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-08-28 20:31:12 -07:00
Edgars Eglītis
0c43b4b08b
docs(appium): adjust index page titles ( #21525 )
2025-08-28 19:30:35 +03:00
Edgars Eglītis
4884a76988
feat(docutils): enable section index pages ( #21524 )
2025-08-28 19:28:08 +03:00
github-actions[bot]
a0a9d27f05
docs(appium): Update documentation translations ( #21523 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-08-27 23:08:57 -07:00
Edgars Eglītis
b915c22283
docs: enhance ecosystem pages ( #21522 )
...
* docs: update ecosystem Drivers page
* docs: adjust Drivers page
* docs: update ecosystem Plugins page
* docs: update ecosystem Clients page
* docs: update ecosystem Tools page
* docs: minor adjustments
* docs: add note for NovaWindows, change other notes to warnings
2025-08-27 20:01:13 +03:00
renovate[bot]
371716d945
chore(eslint-config-appium-ts): update dependency typescript-eslint to v8.41.0 ( #21521 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-27 16:57:25 +00:00
github-actions[bot]
1304e4fd60
docs(appium): Update documentation translations ( #21519 )
...
Co-authored-by: mykola-mokhnach <7767781+mykola-mokhnach@users.noreply.github.com >
2025-08-25 21:31:58 -07:00