renovate[bot]
0a7490ed53
fix(types): update dependency type-fest to v4.34.1 ( #20971 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-02-10 05:19:14 +00:00
Edgars Eglītis
70f154da52
chore: move or remove some main dependencies ( #20952 )
2025-02-02 11:57:13 +02:00
Mykola Mokhnach
841a835153
chore(base-driver): Cleanup unnecessary command definitions ( #20939 )
2025-01-27 11:05:07 +01:00
Mykola Mokhnach
a6b6077ecd
feat: Add /appium/extensions API to list available extensions ( #20931 )
2025-01-25 17:02:41 +01:00
Mykola Mokhnach
2635dcb457
feat: Add BiDi commands to the listCommands API output ( #20925 )
2025-01-24 19:48:54 +01:00
renovate[bot]
1f65cf6555
fix(deps): update definitelytyped ( #20928 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-24 12:33:21 +00:00
Mykola Mokhnach
059f1cb698
feat(base-driver): Add an API to list commands ( #20914 )
2025-01-23 19:07:16 +01:00
renovate[bot]
2409d3223a
fix(types): update dependency type-fest to v4.33.0 ( #20923 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-22 13:25:44 +00:00
Mykola Mokhnach
fe4ffc159a
feat(types): Add an optional info field to base method type definitions ( #20917 )
2025-01-20 14:14:07 +01:00
renovate[bot]
fbc85308a5
fix(types): update dependency type-fest to v4.32.0 ( #20900 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-01-11 22:43:42 +00:00
Jonathan Lipps
a7ce83e169
chore: publish
...
- appium@2.15 .0
- @appium/base-driver@9.15 .0
- @appium/base-plugin@2.3.0
- @appium/docutils@1.0.29
- @appium/driver-test-support@0.7.4
- @appium/eslint-config-appium-ts@1.0.2
- @appium/fake-driver@5.7.0
- @appium/fake-plugin@3.2.0
- @appium/images-plugin@3.0.27
- @appium/plugin-test-support@0.3.49
- @appium/support@6.0.3
- @appium/test-support@3.1.3
- @appium/types@0.24 .0
2025-01-08 13:57:17 -08:00
Jonathan Lipps
8df1c217a1
feat(appium,base-driver,base-plugin): allow plugins to define custom bidi commands and emit bidi events ( #20876 )
...
* feat: allow drivers to define their own bidi commands
* test(appium): refactor plugin tests server startup
* feat: allow plugins to define their own bidi commands and events
* fix(fake-driver,fake-plugin): ensure custom bidi commands events have vendor prefixes
* feat(appium): link plugin and driver objects in log lines when possible
* fix(appium,base-driver): ensure new methods for plugins aren't called without existence checks
2025-01-08 13:45:36 -08:00
Jonathan Lipps
6742808345
chore: publish
...
- appium@2.14 .0
- @appium/base-driver@9.14 .0
- @appium/base-plugin@2.2.51
- @appium/docutils@1.0.27
- @appium/driver-test-support@0.7.2
- @appium/eslint-config-appium-ts@1.0.1
- @appium/execute-driver-plugin@4.0.0
- @appium/fake-driver@5.6.0
- @appium/fake-plugin@3.1.55
- @appium/images-plugin@3.0.25
- @appium/opencv@3.0.7
- @appium/plugin-test-support@0.3.47
- @appium/schema@0.7.1
- @appium/support@6.0.1
- @appium/test-support@3.1.1
- @appium/types@0.23 .0
- @appium/universal-xml-plugin@1.0.27
2025-01-02 10:59:35 -08:00
Mykola Mokhnach
65658ccbdd
fix: Reduce linter warnings ( #20860 )
2024-12-28 09:30:05 +01:00
renovate[bot]
24abb385e5
fix(types): update dependency type-fest to v4.31.0 ( #20857 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-26 10:46:20 +00:00
Mykola Mokhnach
51acf54fe5
chore(appium): Move mixin BiDi-related methods into a separate module ( #20852 )
2024-12-21 11:02:36 +01:00
renovate[bot]
7abecaddd3
fix(types): update dependency type-fest to v4 ( #20843 )
...
* fix(types): update dependency type-fest to v4
* cast to string
---------
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Mykola Mokhnach <mokhnach@gmail.com >
2024-12-18 08:24:57 +01:00
Mykola Mokhnach
64e768efb7
feat(appium): Add session.status BiDi command ( #20839 )
2024-12-14 19:41:12 +01:00
renovate[bot]
a5897dd25a
fix(types): update dependency type-fest to v4 ( #20838 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-13 16:36:24 +01:00
Jonathan Lipps
a917ec6ced
feat(appium): allow drivers to define their own bidi commands ( #20828 )
...
* feat: allow drivers to define their own bidi commands
* docs(appium): add docs about adding custom bidi commands in drivers
2024-12-10 12:02:23 +09:00
Jonathan Lipps
1d16ac6b45
chore: publish
...
- appium@2.13 .1
- @appium/base-driver@9.13 .1
- @appium/base-plugin@2.2.50
- @appium/docutils@1.0.26
- @appium/driver-test-support@0.7.1
- @appium/fake-driver@5.5.7
- @appium/fake-plugin@3.1.54
- @appium/images-plugin@3.0.24
- @appium/plugin-test-support@0.3.46
- @appium/support@6.0.0
- @appium/test-support@3.1.0
- @appium/types@0.22 .3
- @appium/universal-xml-plugin@1.0.26
2024-12-05 12:22:35 -08:00
renovate[bot]
8590432955
fix(types): update dependency type-fest to v4.30.0 ( #20802 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-03 14:27:51 +02:00
Jonathan Lipps
8daf5e123a
chore: publish
...
- appium@2.13 .0
- @appium/base-driver@9.13 .0
- @appium/base-plugin@2.2.49
- @appium/doctor@2.1.15
- @appium/docutils@1.0.25
- @appium/driver-test-support@0.7.0
- @appium/fake-plugin@3.1.53
- @appium/images-plugin@3.0.23
- @appium/plugin-test-support@0.3.45
- @appium/support@5.1.8
- @appium/test-support@3.0.53
- @appium/types@0.22 .2
2024-12-02 15:12:18 -08:00
renovate[bot]
6ba31fe576
fix(types): update dependency type-fest to v4.29.1 ( #20795 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-12-02 08:40:08 +02:00
Jonathan Lipps
abc9ebb9e8
chore: publish
...
- appium@2.12 .2
- @appium/base-driver@9.12 .2
- @appium/base-plugin@2.2.48
- @appium/doctor@2.1.14
- @appium/docutils@1.0.24
- @appium/driver-test-support@0.6.12
- @appium/fake-driver@5.5.6
- @appium/fake-plugin@3.1.52
- @appium/images-plugin@3.0.22
- @appium/plugin-test-support@0.3.44
- @appium/support@5.1.7
- @appium/test-support@3.0.52
- @appium/types@0.22 .1
- @appium/universal-xml-plugin@1.0.25
2024-11-29 10:37:07 -08:00
renovate[bot]
b6aa5ace6e
fix(types): update dependency type-fest to v4.29.0 ( #20783 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-27 19:29:23 +02:00
renovate[bot]
a25d8f129c
fix(types): update dependency type-fest to v4.28.0 ( #20775 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-24 13:13:35 +02:00
renovate[bot]
d6b40797d3
fix(types): update dependency type-fest to v4.27.0 ( #20754 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-11-15 20:00:01 +02:00
renovate[bot]
95406b603e
fix(types): update dependency @types/ws to v8.5.13
2024-11-02 12:37:27 +00:00
Jonathan Lipps
e3f7bd07f7
chore: publish
...
- appium@2.12 .0
- @appium/base-driver@9.12 .0
- @appium/base-plugin@2.2.46
- @appium/doctor@2.1.12
- @appium/docutils@1.0.22
- @appium/driver-test-support@0.6.10
- @appium/execute-driver-plugin@3.0.36
- @appium/fake-driver@5.5.5
- @appium/fake-plugin@3.1.50
- @appium/images-plugin@3.0.20
- @appium/plugin-test-support@0.3.43
- @appium/schema@0.7.0
- @appium/support@5.1.5
- @appium/test-support@3.0.50
- @appium/types@0.22 .0
- @appium/universal-xml-plugin@1.0.24
2024-10-15 09:32:02 -07:00
Mykola Mokhnach
56618886ed
feat(appium): Make server graceful shutdown timeout configurable via command line args ( #20641 )
2024-10-05 16:14:31 +02:00
renovate[bot]
69e9abeed3
fix(types): update dependency @types/express to v5 ( #20620 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-10-02 20:03:52 +03:00
Jonathan Lipps
a56f0f820a
chore: publish
...
- appium@2.11 .4
- @appium/base-driver@9.11 .4
- @appium/base-plugin@2.2.44
- @appium/doctor@2.1.11
- @appium/docutils@1.0.20
- @appium/driver-test-support@0.6.8
- @appium/execute-driver-plugin@3.0.34
- @appium/fake-driver@5.5.3
- @appium/fake-plugin@3.1.48
- @appium/images-plugin@3.0.19
- @appium/opencv@3.0.6
- @appium/plugin-test-support@0.3.42
- @appium/support@5.1.4
- @appium/test-support@3.0.48
- @appium/types@0.21 .3
- @appium/universal-xml-plugin@1.0.22
2024-09-16 13:16:36 -07:00
renovate[bot]
5b8cb76ea3
fix(types): update dependency type-fest to v4 ( #20548 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-09-08 10:52:08 +02:00
renovate[bot]
8f20c973f4
fix(types): update dependency type-fest to v4.26.0 ( #20511 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-29 15:01:24 +03:00
renovate[bot]
9a66f48001
fix(types): update dependency type-fest to v4 ( #20471 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-17 16:17:39 +02:00
renovate[bot]
482a1f7bbf
fix(types): update dependency type-fest to v4 ( #20467 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-08-16 14:58:48 +02:00
Mykola Mokhnach
622b245ea3
fix(base-driver): Add a server flag to check if it operates a secure protocol ( #20449 )
2024-08-10 18:29:11 +02:00
Jonathan Lipps
edf2593e17
chore: publish
...
- appium@2.11 .3
- @appium/base-driver@9.11 .3
- @appium/base-plugin@2.2.43
- @appium/doctor@2.1.10
- @appium/docutils@1.0.19
- @appium/driver-test-support@0.6.7
- @appium/execute-driver-plugin@3.0.33
- @appium/fake-plugin@3.1.47
- @appium/images-plugin@3.0.18
- @appium/logger@1.6.1
- @appium/plugin-test-support@0.3.41
- @appium/support@5.1.3
- @appium/test-support@3.0.47
- @appium/types@0.21 .2
- @appium/universal-xml-plugin@1.0.21
2024-08-07 11:20:04 -07:00
Jonathan Lipps
7a14f9f929
fix(types): commit type gen update ( #20445 )
2024-08-07 11:18:25 -07:00
renovate[bot]
b98dc4f46f
chore(deps): update definitelytyped ( #20418 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-29 13:03:57 +02:00
renovate[bot]
0e8e3c7144
fix(types): update dependency type-fest to v4.23.0 ( #20396 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-24 10:55:19 +03:00
renovate[bot]
47405dda8a
fix(types): update dependency type-fest to v4.22.0 ( #20387 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-17 16:36:53 +03:00
renovate[bot]
b1b7c33edd
fix(types): update dependency @types/ws to v8.5.11
2024-07-13 13:26:39 +00:00
Jonathan Lipps
74292e2292
chore: publish
...
- appium@2.11 .2
- @appium/base-driver@9.11 .2
- @appium/base-plugin@2.2.42
- @appium/doctor@2.1.9
- @appium/docutils@1.0.18
- @appium/driver-test-support@0.6.6
- @appium/execute-driver-plugin@3.0.32
- @appium/fake-plugin@3.1.46
- @appium/images-plugin@3.0.17
- @appium/logger@1.6.0
- @appium/opencv@3.0.5
- @appium/plugin-test-support@0.3.40
- @appium/strongbox@0.3.3
- @appium/support@5.1.2
- @appium/test-support@3.0.46
- @appium/types@0.21 .1
2024-07-10 12:39:13 -07:00
Mykola Mokhnach
b7999aed03
chore(types): Deprecate AppiumServerSocket ( #20348 )
2024-07-08 20:34:04 +02:00
renovate[bot]
8894b9adf7
fix(types): update dependency type-fest to v4.21.0 ( #20335 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-07-05 13:58:24 +03:00
Jonathan Lipps
e8a838417a
chore: publish
...
- appium@2.11 .0
- @appium/base-driver@9.11 .0
- @appium/base-plugin@2.2.40
- @appium/doctor@2.1.7
- @appium/docutils@1.0.16
- @appium/driver-test-support@0.6.4
- @appium/execute-driver-plugin@3.0.31
- @appium/fake-plugin@3.1.44
- @appium/images-plugin@3.0.15
- @appium/logger@1.5.0
- @appium/plugin-test-support@0.3.39
- @appium/support@5.1.0
- @appium/test-support@3.0.44
- @appium/types@0.21 .0
2024-06-27 12:12:33 -07:00
kkb912002
f675abc27b
feat(appium): Improve context logging ( #20250 )
2024-06-18 09:55:30 +02:00
renovate[bot]
19845531f5
fix(types): update dependency type-fest to v4.20.1 ( #20255 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-06-16 22:21:42 +03:00