Release Note 2.16.0 (2022-09-12)

New Features

  • As a user, I want to get ‘data’ metrics on android 10+ when I run GDSL tests with the Test Runner. By activating the new tcp dump module, I can have all the ‘data’ metrics (Process Data, Process data sent, Process data received, Network Packets Peak, Total Network Packets ) like in android 9- and I can have more details by network protocol (TCP, UDP, UNK)

Improvements

  • Add an optional 'duration parameter to GDSL method swipeHorizontal and swipeVertical. Sometimes the default value (500ms) does not always allow scrolling to the same place in a page or in an application view. You can now set a higher duration like (1000ms or 3000ms) to easier the GDSL automation writing.

    • swipeVertical,80,20,50,1000 : with this the device will swipe between point A (X 50%, Y 80%) and point B (X 50%, Y 20%) during 1000 milliseconds