Release ZennoDroid 2.4.4.0 — Saving application data with an account • Action "Add Account"

ZennoLab Team

Super Moderator
Команда форума
Регистрация
22.01.2019
Сообщения
2 047
Благодарностей
4 478
Баллы
113


Full changelog 2.4.4.0

Added:

+ Completely reworked actions for saving and restoring app data:
  • Added support for Android 12.
  • Added saving and restoring of application-granted permissions.
  • Added saving and restoring of an account associated with the application, if the account data is stored in the account storage rather than in the application
    (Google accounts are not supported).
+ Added action "Add Account" (Google accounts are not supported).
+ Added the ability to retrieve files with restricted access in the "Get File" action.
+ Added the ability to send files to directories with restricted access (e.g., /data) in the "Send File" action.
+ Added the ability to search by multiple images simultaneously in the API.
Код:
var imgHashes = new string[] { "iVBOR...YII", "iVBOR...mCC" };
var rectangle = instance.DroidInstance.Screen.FindImage(imgHashes, null, 95, 60);
+ Added new properties to the Appium API for working with a found element
IsDisplayed - element is visible on the screen.
Rectangle - position, size, and boundary coordinates of the element.
Код:
var element = instance.DroidInstance.AppiumDriver.FindElementByXPath("//*[@text='Google']");
if (element == null)
    throw new Exception("Element not found");
if (!element.IsDisplayed)
    throw new Exception("Off-screen element");

return element.Rectangle;

Fixed:

The "Get Account" action now returns account metadata required for its proper restoration (Google accounts are not supported).
Fixed a critical bug when sending files to the device.

Where to download?

ZennoDroid 2.4.4.0 is already available in your personal account!
You’ll also be prompted to update when launching ProjectMaker.


How to report bugs?

Please report all issues to the Bugtracker, including a detailed description and reproduction steps. This will help us quickly diagnose and fix the problem.
 
  • Спасибо
Реакции: fabiodmtz

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)