...
As a user, I want new GDSL commands to swipe upward or backward to text (
swipeUpwardToText
,swipeDownwardToText
). These methods should work in any case unlike the command ‘scrollToText’ which need a scrollable view element.As a user, I want environmental footprints when I generate my report with Dashboard campaign CLI
...
...
Improvements
Rename some GDSL methods to be easy to understand and improve GDSL documentation
Add an optional parameter to method find to search the nth element in the screen which match the selector
Fixed bugs
Fixed error in Java closeAllTabs method for Chrome which may occured so that all GDSL commands which use it (
browserCloseAllTabs
,browserPrepareAndOpen
,browserCloseAllTabsAndOpen
,browserPrepareAndOpenForReference
) are fixedFixed error while clearing browser cache which may occur on benchmark url
Fixed benchmark apk for android 10+
...