Releases: appium/appium-inspector
Releases · appium/appium-inspector
2025.11.1
Highlights
- Enhanced Commands tab
- Available commands are now retrieved directly from the driver and active plugins (requires Appium 2.16+)
- Add support for execute methods, which are also retrieved from the driver/plugins (requires Appium 2.16+)
- Improved presentation of results (adjust modal size, add functionality for copying, formatting, sorting, filtering)
- New header button for toggling automatic session restart upon device disconnect
- Integration with Fireflink DeviceFarm cloud provider
What's Changed
📦 Platform Support
- ⚠ macOS: the minimum supported version is now macOS 12
🚀 New Features
- feat: add Fireflink DeviceFarm cloud provider by @darshanyn04 in #2322
- feat: Improve Appium Inspector stability by handling USB/Wifi disconnection gracefully by @mohangowdak in #2328
- feat: improve command result UX by @wilhus & @eglitise in #2358
- feat: retrieve commands and execute methods from active extensions by @eglitise in #2414
🎨 Design Changes
🛠 Fixes
- fix: resolve error when quitting session with existing source query by @eglitise in #2290
- fix: improve error message when no capabilities are provided by @eglitise in #2373
- fix: compatibility between new vendors and older capability sets by @eglitise in #2400
- fix: skip source/screenshot refresh upon opening session info tab by @eglitise in #2418
📖 Documentation
- docs: update minimum macOS version by @eglitise in #2297
- docs: add docs for reload on disconnect button by @eglitise in #2352
🌐 Localization
🔍 Other Changes
- chore: refactoring changes by @eglitise in #2310, #2311, #2312
- chore: disable reload on disconnect by default by @eglitise in #2360
- chore: refactor & parallelize refresh action by @eglitise in #2362
- refactor: compare with
undefineddirectly instead of usingtypeofby @noritaka1166 in #2366 - refactor: Make locator generation utils easier to read and understand by @mykola-mokhnach in #2393
- chore: add React hooks ESLint plugin & fix lint issues by @eglitise in #2408
- chore: improve performance via React Compiler by @eglitise in #2410
- chore: publish via trusted publisher by @KazuCocoa in #2424
New Contributors
- @darshanyn04 made their first contribution in #2322
- @mohangowdak made their first contribution in #2328
Full Changelog: v2025.8.2...v2025.11.1
2025.8.2
What's Changed
Bugfix release to address the issue where the plugin version could not be loaded.
🛠 Fixes
- fix: adjust screenshot container size for small resolution DUTs by @eglitise in #2283
- fix: adjust plugin version Express paths by @eglitise in #2285
Full Changelog: v2025.8.1...v2025.8.2
2025.8.1
Highlights
- Integration with webmate cloud provider
- Ability to toggle capabilities on/off in the session builder for easier testing
- Ability to search the application source using plaintext
What's Changed
📦 Platform Support
- ⚠ Plugin version only: drop compatibility with Appium 2 (this follows all other official Appium plugins)
🚀 New Features
- feat: search app source by @wilhus in #2235
- feat: add webmate as a cloud provider by @dkalak in #2240
- feat: enable/disable capabilities by @wilhus in #2249
- feat: add button to collapse all Source tree nodes by @eglitise in #2267
🎨 Design Changes
🛠 Fixes
- fix: adjust width for capability set title edit field by @eglitise in #2271
- fix: adjust recorder for element actions by @eglitise in #2272
📖 Documentation
- docs: update installation steps by @eglitise in #2262
- docs: update all images and add recent features by @eglitise in #2278
🌐 Localization
- chore: Update translations by @github-actions[bot] in #2273
🔍 Other Changes
- chore: update Renovate config by @eglitise in #2244
- chore: set plugin requirements to Appium 3 by @eglitise in #2258
- chore: move Session Inspector tab antd Card wrappers to tab-specific files by @eglitise in #2263
- chore: add style label support to autolabeler & release notes by @eglitise in #2266
New Contributors
Full Changelog: v2025.7.3...v2025.8.1
2025.7.3
2025.7.2
Highlights
- New app icon
- Safari support for browser/plugin builds
- 3 new commands added in Appium 2.16
- You can now resize and/or collapse certain panels:
- Session Builder: capability fields/capability JSON/saved capability sets
- Session Inspector Source tab: application source/selected element
What's Changed
📦 Platform Support
- ⚠ Plugin version only: supported Node.js version range has been updated from
>=20.xto^20.19.0 || >=22.12.0
🚀 New Features
- feat: integrate web2driver by @eglitise in #2178
- feat: update app icon by @eglitise in #2186
- feat: add commands to retrieve session commands, extensions & caps by @eglitise in #2195
- feat: allow resizing/collapsing source/selected element panels by @eglitise in #2196
- feat: allow resizing/collapsing session builder panels by @eglitise in #2198
- feat: show lines between source tree nodes by @eglitise in #2200
🛠 Fixes
🌐 Localization
🔍 Other Changes
- chore: refactor integrated web2driver code by @eglitise in #2181
- chore(renovate): update config by @eglitise in #2210
Full Changelog: v2025.7.1...v2025.7.2
2025.7.1
Highlights
- Theme support
- The Inspector is now available in light, dark, and system themes
- The default theme is system
- Upgrade embedded
antddesign framework to v5- Slightly adjusted overall design
- Buttons, input fields and other elements now use rounded corners
- Adjust Commands list
- Moved Execute Method, Get Settings and Update Settings to the top of the list
- Added 6 new commands
- Removed 27 commands (all of which have execute method replacements)
What's Changed
🚀 New Features
- feat: adjust Commands tab command list by @eglitise in #2018, #2023
- refactor: upgrade antd to v5 by @wilhus in #2123
- feat: dark theme by @wilhus in #2138
🛠 Fixes
- chore: update ruby commands by @KazuCocoa in #2020
- fix: attach to session tab not making requests by @regan-karlewicz in #2103
- fix: Fix URL in error notification by @wilhus in #2118
- fix: resolve error when switching saved caps set after closing session by @eglitise in #2146
- fix: components and icons size by @wilhus in #2147
- fix: restore style of toggle recording button by @eglitise in #2150
📖 Documentation
- docs: add plugin-related information by @eglitise in #2000
- fix(docs): fix typo by @noritaka1166 in #2096
- docs: add app settings page for theme & update images by @eglitise in #2161
🌐 Localization
🔍 Other Changes
- refactor: fix typos and use optional chaining by @noritaka1166 in #2097
- chore(deps): remove cheerio from renovate blacklist by @eglitise in #2119
- refactor: button group to space compact by @wilhus in #2127
- refactor: use input text area in caps editor by @wilhus in #2129
- refactor: collapse usage by @wilhus in #2128
- refactor: notification to hooks usage by @wilhus in #2130
- ci: add explicit write permission by @KazuCocoa in #2155
- chore: adjust deprecated antd properties by @eglitise in #2159
New Contributors
- @noritaka1166 made their first contribution in #2096
- @wilhus made their first contribution in #2118
Full Changelog: v2025.3.1...v2025.7.1
2025.3.1
Highlights
- Integration with TV Labs and Testcribe cloud providers
- Upgrade embedded Electron version to the latest v35.0.2
- Appium Inspector is now also published as an Appium plugin - check the README for details!
What's Changed
🚀 New Features
- feat: enable appium-inspector as an appium plugin by @KazuCocoa and @saikrishna321 in #1878, #1883, #1890, #1990
- feat: add TV Labs cloud provider by @regan-karlewicz in #1906
- feat: add support for Appium 3 session retrieval by @eglitise in #1927
- feat: Isolate vendor logic for session creation by @mykola-mokhnach in #1966
- feat: add Testcribe as a cloud provider by @testcribe in #1965
🛠 Fixes
- fix: adjust java client tests from recorder by @SrinivasanTarget in #1884
- fix: ensure selected client framework dropdown values are in sync by @eglitise in #1972
🌐 Localization
🔍 Other Changes
- ⚠ Windows desktop app: the menu bar is now hidden in fullscreen mode (this is due to the upgrade to Electron v34)
- chore: add base for browser build by @KazuCocoa in #1849
- ci: run lint job for all changes by @eglitise in #1918
- ci: add workflow to validate PR title by @eglitise in #1919
- chore: refactor session detail storage & retrieval by @eglitise in #1942
- chore: update LICENSE to use full AL2.0 text by @eglitise in #1962
- chore: refactor lib directory by @eglitise in #1973
- chore: refactor vendormap for clarity by @eglitise in #1992
New Contributors
- @SrinivasanTarget made their first contribution in #1884
- @regan-karlewicz made their first contribution in #1906
- @testcribe made their first contribution in #1965
Full Changelog: v2024.12.1...v2025.3.1
2024.12.1
Highlights
Maintenance release with a fix for an issue introduced in 2024.9.1.
- Fix error when app source contains the Unicode replacement character (
�) (issue #1729) - Upgrade embedded Electron version from v31.6.0 to the latest v33.2.1
What's Changed
📦 Platform Support
- ⚠ macOS: the minimum supported version is now macOS 11
🛠 Fixes
- fix error when app source contains the Unicode replacement character in #1839
- fix: add missing standard W3C caps by @eglitise in #1841
🌐 Localization
- chore: Update translations by @github-actions in #1798
- chore: Update translations by @github-actions in #1813
- chore: Update translations by @github-actions in #1830
🔍 Other Changes
- ci: add initial creating package GHA by @KazuCocoa in #1784
- ci: GHA to create packages for electron by @KazuCocoa in #1785
Full Changelog: v2024.9.1...v2024.12.1
2024.9.1
Highlights
- Selenium Grid support
- Session creation and attaching to existing sessions are both supported
- New button to save element screenshot
- Upgrade embedded Electron version from v13.6.9 to v31.6.0
- Many security fixes and performance improvements
What's Changed
📦 Platform Support
- ⚠ macOS: drop support for macOS < 10.15
- ⚠ Windows: drop support for Windows < 10
🚀 New Features
- feat: support creating sessions for Selenium Grid devices by @eglitise in #1632
- feat: add button to save element screenshot by @eglitise in #1676
- feat: support attaching to Selenium Grid sessions by @eglitise in #1690
🛠 Fixes
- fix: improve flow when importing session file by @eglitise in #1651
- fix: fix support for
Attach to Sessionfor LambdaTest server by @Delta456 in #1656 - fix: resolve some screenshot Coordinates Mode issues by @eglitise in #1695
- fix: adjust calculation of element highlighter positions by @eglitise in #1698
- fix: prevent Coordinates Mode from intercepting modals by @eglitise in #1699
📖 Documentation
🌐 Localization
- chore: Update translations by @github-actions in #1639
- chore: Update translations by @github-actions in #1666
🔍 Other Changes
- chore: upgrade Electron from v13.6.9 to v31.4.0 by @eglitise in #1659
- chore: Electron-related refactoring/dependency changes by @eglitise in #1634, #1646, #1655, #1663, #1664, #1667, #1668 and #1669
- chore: migrate to ESLint flat config and adjust rules by @eglitise in #1673 and #1675
New Contributors
Full Changelog: v2024.8.2...v2024.9.1
2024.8.2
Highlights
- Gestures can now be imported and exported
- Saved gestures are now shown over the screenshot on hover, not click
- New infobox when selecting an element at
snapshotMaxDepth - Upon opening the attach to session tab, session discovery is now run automatically
- The filepath input type in the capability fields has been removed (the file picker cannot work in the browser version)
What's Changed
🚀 New Features
- feat: add infobox for elements at
snapshotMaxDepthby @eglitise in #1596 - feat: replace native confirmation popups with
antdpopconfirms by @eglitise in #1611- These are used when deleting a saved capability set or gesture
- feat: improve UX for attaching to existing session by @eglitise in #1607
- Automatically retrieve sessions upon opening the Attach to Session tab
- List discovered sessions in reverse order (newest to oldest)
- Add more details in session description
- feat: add support for export/import gestures in json format by @sudharsan-selvaraj in #1491
- Multiple gesture files can be uploaded at the same time
- Detailed error messages are shown if the uploaded gesture files are invalid
- feat: add or update tooltips to various buttons by @eglitise in #1597, #1607, #1616, #1620, #1627
- feat: improve presentation of saved gestures table by @eglitise in #1623
- Table height is now limited by the Inspector window height - the new gesture button no longer needs to be scrolled into view if the user has many gestures
- Visualising a gesture over the screenshot now only requires hovering instead of clicking
🛠 Fixes
- fix: update WDIO generated code for tap/swipe actions by @eglitise in #1541
- fix: adjust syntax for .NET codegen by @eglitise in #1540
- fix: disable Inspector tabs until screenshot has loaded by @eglitise in #1545
- fix: do not generate code for element searches if recording is turned off by @eglitise in #1586
- fix: retrieve
disableIdLocatorAutocompletionfrom settings instead of capabilities by @eglitise in #1595 - fix: open most recent server type tab on app launch by @eglitise in #1613
- fix: do not add prefix to
webSocketUrlcapability by @eglitise in #1617 - fix: prevent deletion of default pointer in gesture by @eglitise in #1621
- fix: adjust saved session JSON height to fit in container by @eglitise in #1625
📖 Documentation
🌐 Localization
- chore: Update translations by @github-actions in #1535
- chore: Update translations by @github-actions in #1599
- chore: Update translations by @github-actions in #1612
- chore: Update translations by @github-actions in #1628
🔍 Other Changes
- chore: remove filepath input type in capability builder by @eglitise in #1531
- chore: fix
i18nextwarnings by @eglitise in #1574, #1630 - chore: migrate from Parcel v1 to Vite by @eglitise in #1558
- As a side effect, the app now opens notably faster!
- Also switch from
mocha/chaitovitest - Refer to #1453 for all the refactoring changes made to achieve this
- chore: store session settings in Redux by @eglitise in #1592
Full Changelog: v2024.6.1...v2024.8.2