Release 19.8

Appium enhancements

  • openNotifications() is now supported (Android)
  • findElementByAndroidUIAutomator() is now supported (Android)
  • findElement(MobileBy.AccessibilityId()  is now supported (Android)
  • lockDevice() is now supported (iOS)
  • unlockDevice is now supported (iOS)
  • isDeviceLocked is now supported (iOS)
  • setClipboardText is now supported (iOS)
  • Added support for "withTapCount" parameter in touchAction() command (iOS)

Security notes

  • Perfecto completed our annual external pen-test successfully. Customers who wish to get more information should contact their CSM.
  • Security token generation API has been updated. Click here for details. The old API will be deprecated in August 2019. We strongly suggest that you update your existing integration to use the new API. 
  • Security token generation moved to the new HTML5 UI. Click here for more details (^). 
  • Your security is important to us! By the end of 2019, Perfecto will stop supporting user/password authentication as an acceptable method for Selenium/Appium authentication. As a security token is much more secure, users are encouraged to change their frameworks to this method. Refer to this article for more information on security tokens and how to use security tokens in your scripts. 

^ Above items were added in previous releases but are shown as a reminder. 

Solved issues

  • 37222 - "Program stopped working" popup under Web VM.