Skip to content

Releases: mega6453/AppiumWizard

v9.0.0

12 Apr 16:22
fb14949

Choose a tag to compare

MANDATORY UPDATE:

  1. Fixed an issue that slowed down the Android execution for certain types of locators.
  2. Added an option to disable the execution status and drawing in the Screen Control window. Disable it, if you face performance issue in the test execution.
  3. Fixed an issue where the Android screen blacked out after being idle for some time when using the scrcpy option.
  4. Added the ability to play recorded steps for a specified number of times and for a given duration in the Screen Control window.
  5. Added options to use ADB and iOS commands from the command line under Tools.
  6. Object Spy improvements(copy xml, copy key/value, free text search, etc.).
  7. Minor improvements.

v8.6.1

09 Apr 05:07
787e2f3

Choose a tag to compare

  1. Fixes issue that in some PCs unable to install the Appium Wizard(Issue with v8.6.0)
  2. Fixes issue that some iPhone devices were not opening in Appium Wizard.
  3. Added option in the Object Spy to download the page source as XML.

v8.6.0

08 Mar 17:37
1ba1be7

Choose a tag to compare

  • "Download WDA IPA" feature added under Tools.
  • Skip capabilities options added under Server Settings.
  • Screen mirror buttons are merged by category.
  • Allow only one instance of Appium Wizard to run.
  • Custom status message can be displayed in the screen mirror using executescript.

v8.5.0

08 Jan 16:55
6c4fa3b

Choose a tag to compare

  • License updated to Apache 2.0 to match with Appium.
  • Fixed Android scrcpy screen mirroring element highlighting on top of other window issue.
  • Object Spy performance improvements.
  • Other improvements.

v8.4.1

09 Dec 18:39
5b1dd3f

Choose a tag to compare

Fixes an issue where importing some iOS profiles fails with an expired profile error even though the profile is not expired.

v8.4.0

04 Nov 17:56
396ec5f

Choose a tag to compare

  • Scrcpy will be used for android screen mirroring by default for better performance and usability (Can change in settings).
  • Test runner now supports repeating the steps execution for given duration.
  • Different Screen size compatibility
  • Other bug fixes and improvements

v8.3.0

26 Sep 08:06
dcc1251

Choose a tag to compare

  1. Long press, Drag and Drop added on screen control
  2. Appium server logs improvement in the main screen
  3. Open CMD(under Server menu) in server path to run custom command

v8.2.0

31 Aug 17:54
39d34a4

Choose a tag to compare

  • Appium 3.0 support
  • Appium server logs improvement in the main screen
  • Android click, swipe delay reduced on screen control
  • Update NodeJS from Updater
  • Copy android app activity name from installed apps list
  • Other improvements

Known issue :
The Main screen appium logs shows as blank page at first time launch. Restart the app to fix the issue.

v8.1.0

17 Aug 18:34
32df4f0

Choose a tag to compare

  • Restart ADB Server option added under Server
  • Backspace, Delete handled in screen control
  • Re-Initialize device to fix any issue while opening device
  • Bug fixes (Test Runner issues, Android execution issues, Swipe screen issues, etc.)

v8.0.0

17 Jun 17:43
a958e99

Choose a tag to compare

  1. Test Runner - Perform basic automation execution without writing any code. Access it from Tools->Test Runner.
  2. Record and Playback - Record actions(Click, Send text only for now) that performed on the screen and Play back to execute the actions again. Access it from the Screen reflection window.
  3. Performance Improvements.
  4. Other bug fixes.