Releases: appium/appium-inspector
Releases · appium/appium-inspector
2026.5.1
Highlights
- Attach to Session improvements
- You can now directly attach to a session using its session ID
- Improved presentation of discovered sessions
- Improved logic for generating suggested element XPath
What's Changed
🚀 New Features
- feat: improve suggested xpath generation logic by @eglitise in #2733
- feat: support manually attaching to session using session ID by @eglitise in #2754
- feat: allow selecting installation directory for Windows installer by @eglitise in #2779
🎨 Design Changes
- style: use common refresh button in Attach to Session by @eglitise in #2756
- style: render discovered sessions as card grid by @eglitise in #2758
- style: increase gesture tick density at window widths >=1920px by @eglitise in #2790
🛠 Fixes
- fix: update WDIO protocol command names by @eglitise in #2708, #2730
- fix: clear cached driver instance after detaching by @eglitise in #2753
🌐 Localization
🔍 Other Changes
- chore: use browser clipboard API everywhere by @eglitise in #2671
- chore: update Electron IPC usage by @eglitise in #2675
- test: add copy of the fake app fixture by @eglitise in #2691
- chore: internal locator generation related changes by @eglitise in #2718, #2719, #2727, #2729
- ci: update publish docs workflow by @eglitise in #2734
- chore: remove i18n translation caching by @eglitise in #2752
- chore: split Attach to Session into subcomponent files by @eglitise in #2755
- chore: run npm audit fix by @eglitise in #2777, #2812
Full Changelog: v2026.2.1...v2026.5.1
2026.2.1
Highlights
- Plugin version now also works in non-HTTPS contexts
- New header button for detaching from session without deleting it
- Selected Element panel now auto-hides if no element is selected
- New box model in Selected Element panel for easier retrieval of element position and size
- Integration with RabbitQA cloud provider
What's Changed
🚀 New Features
- feat: add RabbitQA cloud provider support with logo and configuration by @TahaTangulu in #2628
- feat: add box model for Selected Element by @eglitise in #2636
- feat: add button to detach from session without termination by @eglitise in #2641
🎨 Design Changes
🛠 Fixes
- fix: allow plugin usage in insecure contexts by @eglitise in #2607
- fix(session-builder): Add markDirty flag to SET_SERVER_PARAM to enable Save button only for user edits by @Semih702 in #2623
📖 Documentation
- docs: tune requirements by @eglitise in #2594
- chore: update LambdaTest to TestMu AI by @eglitise in #2609
- chore: refine TestMu AI logos and add refs by @Delta456 in #2624
- docs: match provider images in README to active theme by @eglitise in #2627
- chore: apply consistent cropping to all provider logos by @eglitise in #2632
- docs: update RabbitQA README link and add dark/light theme logo support by @TahaTangulu in #2633
- docs: update footer copyright by @eglitise in #2664
🌐 Localization
🔍 Other Changes
- chore: refactoring by @eglitise in #2634, #2635, #2640
- chore: fix Spin usage in antd 6.3.0 by @eglitise in #2647
- chore: improve logging when installing dev extensions by @eglitise in #2649
New Contributors
- @Semih702 made their first contribution in #2623
- @TahaTangulu made their first contribution in #2628
Full Changelog: v2026.1.3...v2026.2.1
2026.1.3
Highlights
- New button in MJPEG mode for fallback to screenshot API
- Styling changes: all new icons, better syntax highlighting, monospace font where appropriate
What's Changed
🚀 New Features
- feat: switch syntax highlighting to react-refractor by @eglitise in #2567
- feat: add buttons to switch between MJPEG stream and screenshot API by @eglitise in #2565
🎨 Design Changes
- style: switch external icon source to Tabler by @eglitise in #2556
- style: use Tabler icons everywhere by @eglitise in #2559
- style: use monospace font where appropriate & update app source colors by @eglitise in #2574
- style: use monospace font in commands tab as well by @eglitise in #2585
🛠 Fixes
- fix: update gesture import/export to match session import/export by @eglitise in #2553
- fix: adjust WDIO command overrides by @eglitise in #2572
📖 Documentation
- docs: update images by @eglitise in #2588
- docs: direct users away from browser version by @eglitise in #2590
🌐 Localization
- chore: Update translations by @github-actions[bot] in #2569
🔍 Other Changes
- chore: tune release notes generation by @eglitise in #2550
- chore: remove sample files by @eglitise in #2552
- chore: merge Root and index files by @eglitise in #2560
- chore: migrate to react-i18next useTranslation hook by @eglitise in #2563
- chore: rebuild lockfile by @eglitise in #2589
Full Changelog: v2026.1.2...v2026.1.3
2026.1.2
Highlights
- Support importing/exporting session files and language selection in the web/plugin version
- You can now also import multiple files at once
⚠️ Session files exported from this Inspector version CANNOT be imported in older versions (files exported from older versions CAN still be imported in this version)
- Faster element highlighting when hovering over screenshot
- Known issue: hovering over an element handle does not highlight the rest of the element box (clicking on it still applies the full highlight as expected)
- Locator improvements in web context
- Support element search using web locator strategies
- Add
id(css) and tag name based locators in suggested locators
What's Changed
🚀 New Features
- feat: support element search using web locator strategies in web context by @eglitise in #2514
- feat: add 2 suggested locator strategies for web context by @eglitise in #2515
- feat: automatically detect port number when using the appium-inspector-plugin by @wswebcreation in #2521
- feat: move language selector to application settings by @eglitise in #2523
- feat: update .appiumsession file format by @eglitise in #2535
- feat: import/export sessions from Saved Capability Sets by @eglitise in #2543
🎨 Design Changes
- style: reduce empty space for gesture editor tick cards by @eglitise in #2471
- style: remove @ant-design/pro-components by @eglitise in #2484
- style: adjust search modal locator strategy buttons by @eglitise in #2513
- style: fix vertical align of app source tree expand icon by @eglitise in #2538
🛠 Fixes
- fix: make caps editor behavior more deterministic by @eglitise in #2457
- fix: adjust element highlighters by @eglitise in #2490
- fix: unhide cloud provider for selected caps set if hidden by @eglitise in #2494
- fix: gesture circles not shown in Firefox/Safari by @eglitise in #2495
- fix: add command result type & remove extra quotes by @eglitise in #2506
- fix: redux state mutation error when loading session from URL query string by @sudharsan-selvaraj in #2529
🌐 Localization
- chore: Update translations by @github-actions[bot] in #2441, #2453, #2478, #2516, #2524, #2531, #2546
🔍 Other Changes
- chore: update ESLint configuration by @eglitise in #2462
- chore: replace moment with dayjs by @eglitise in #2473
- chore: replace axios with ky by @eglitise in #2481
- chore: upgrade to antd v6 by @eglitise in #2472, #2488, #2492, #2510
- chore: upgrade to React 19 by @eglitise in #2491, #2493
- chore: simplify Renovate config by @eglitise in #2496
- chore: decouple mocked xpath.select from its real usage by @eglitise in #2517
- chore: fix lint issues by @eglitise in #2542
Full Changelog: v2025.11.1...v2026.1.1
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