August 2023

New features

GDSL for iOS :

  • Add new commands swipeVertical and swipeHorizontal which use percentage of screen size

GDSL for android :

Improvements

GSDL for android :

  • Remove “by” in all commands of type “waitUntilBy”. waitUntilByTextBeforeClick becomes waitUntilTextBeforeClick. Backwards compatibility is maintained.

  • Improve documentation of 'waitUntil' commands by specifying default timeout

Environmental footprint assessment CLI :

  • Simplify sub commands replacing getFootprintsFromApp by default and getCustomMultipleFootprints by custom. If you use default sub command, you can use the template input_default.csv in modules pages. If you want to configure your system infrastructure to make a more accurate projection, you can use the custom command and use the input_custom.csv template in the module page

     

Dashboard Campaign :

  • On bar graph chart, a click in blank part display standard deviation instead of value.

  • On bar graph chart, a click on the bar hide the bar

  • On mobile data bar graph chart, when displayed in MB, use two digits to round data and change the round for small values around 0.

Fixed bugs

TestRunner, Power Test Bench :

  • When running test on mobile network, fixes the switch of network mode for some devices supporting 5G and using a list of five network mode

GDSL for android :

  • Fixes command openSettingsMenuWithName for android 10+

  • Fixes close All Tabs error which may occured using chrome commands like browserClearCache, browserCloseAllTabs, browserReset, browserPrepareAndOpen, browserCloseAllTabsAndOpen, browserPrepareAndOpenForReference

  • Fixes browserReset command on devices which have a chrome with default google page

  • Fixes browserReset command on emulator

  • Fixes browserReset command for tablet by handling new popup to select default browser

  • Fixes enableDisplaySiteAsDesktop and disableDisplaySiteAsDesktop commands for tablet in landscape mode

  • Fixes commands setLandscapeOrientation and setPortraitOrientation

Dashboard Campaign :

  • Fixes the support of last version (0.12.6) of wkhtmltopdf to display pictures in generated pdf.

Documentation