Skip to content

Releases: appium/appium-inspector

v2022.5.3

18 May 21:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2022.5.2...v2022.5.3

v2022.5.2

06 May 16:22
Compare
Choose a tag to compare

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

03 May 21:00
Compare
Choose a tag to compare

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

19 Apr 20:56
1819993
Compare
Choose a tag to compare
2022.4.1 Pre-release
Pre-release
  • Add LambdaTest cloud provider for real devices #356
  • Update to use PointOption class in Java #373
  • Improves WebView handling

NOTE:

2022.3.2

15 Mar 19:47
Compare
Choose a tag to compare
2022.3.2 Pre-release
Pre-release
  • fix: build universal binary for macOS

NOTE: there is some code signing issue with this release on mac, so it doesn't quite work.

2022.2.1

13 Feb 08:24
Compare
Choose a tag to compare

What's Changed

  • fix: add connectionRetryTimeout in attaching to an existing session #290
  • include sauce:options by default and give job a name #285

Full Changelog: v2022.1.2...v2022.2.1

2022.1.2

06 Jan 09:00
Compare
Choose a tag to compare

What's Changed

  • Update Python template to appium python client v2 base #254 #253

Full Changelog: v2021.12.2...v2022.1.2

2021.12.2

28 Dec 07:25
Compare
Choose a tag to compare

What's Changed

  • Vendor fixes
  • Works as W3C protocol mode in attaching to a session id #208
  • Update Ruby template to appium_core_lib v5 base #227

Full Changelog: v2021.9.2...v2021.12.2

2021.9.2

05 Oct 15:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2021.9.1...v2021.9.2

2021.9.1

21 Sep 02:24
Compare
Choose a tag to compare

Changes:

  • fix: replace the confusing closeApp and launchApp with terminateApp and activateApp
  • fix: Remove TestObject from the code (EOL for TO)
  • fix: ensure connection auth details and vendor caps are sent to w2d correctly (gets a variety of cloud platforms working again)