Releases: appium/appium-inspector
Releases · appium/appium-inspector
v2022.6.1
v2022.5.4
What's Changed
- feat: use monospace font in capability names and values so whitespace is obvious by @emaan-c in #411
- feat: show mjpeg stream instead of static screenshot by @jlipps in #418
- to take advantage of this feature, make sure to include the
appium:mjpegScreenshotUrl
capability pointing to an MJPEG streaming server, for example the one hosted by the XCUITest driver
- to take advantage of this feature, make sure to include the
- feat: save remote connection info alongside capabilities in saved sets by @emaan-c in #417
Full Changelog: v2022.5.3...v2022.5.4
v2022.5.3
What's Changed
- fix: bitbar connection by @jlipps in #392
- Improved Appium-Inspector Search Feature by @emaan-c in #396
- fix: protect against unset SAVED_SESSIONS by @jlipps in #395
- docs: add note about installing on linux (resolves #341) by @jlipps in #394
- fix: restore scrollbars to source pane (fix #383; fix #194) by @jlipps in #393
- feat: copy to clipboard by click on a value by @emaan-c in #407
- feat: ability to download source as a .xml file by @emaan-c in #413
Full Changelog: v2022.5.2...v2022.5.3
v2022.5.2
What's Changed
- feature: add .appiumsession file opener by @dpgraham in #371
- fix: fix to start browser by removing unused electron by @KazuCocoa in #386
- fix: Unable to set geolocation in Appium inspector #210 by @emaan-c in #387
- fix: fix redux/react devtools panels by @jlipps in #389
- fix: when selecting element, source is not unfolded to show selected element #384 by @emaan-c in #390
New Contributors
Full Changelog: v2022.5.1...v2022.5.2
v2022.5.1
Changes
- center align the error notification component so it's more visible when something goes wrong
- increase the command retry timeout from 2 to 5 minutes, which could help especially on cloud providers
- fix the code signing issue so the app should be openable on macos without extra command line commands
2022.4.1
- Add LambdaTest cloud provider for real devices #356
- Update to use PointOption class in Java #373
- Improves WebView handling
NOTE:
- On Windows environment, it might get a warning as https://github.com/appium/appium-desktop/issues/1995 . Then, please uninstall the old one and re-install the new one.
- Please try https://github.com/appium/appium-desktop#installing-on-macos out if you got a JS error when you opened the inspector on macOS 12. There is some code signing issue with this release on macOS.