With this version, Greenspector invests in the GDSL to facilitate navigation in the forms and to be able to find any element of the page even if it does not have an identifier, text or description to find it
To complete the release note, you can find new tutorial here
New Features
As a user, I want new GDSL command
pressTab
,pressMajTab
to simplify the navigation in web page or app so that I can for example go to next edit text easily.As a user, I want a new GDSL group of commands to handle form
formClickOnEditText
to click on the nth EditText of the page
formClickOnCheckbox
to click on the nth Checkbox of the page
As a user, I want a new GDSL command
findChildByIndexLastElementFound
to find an element by his parent because it does not have any id, text or description to retrieve it.
Improvements
Replace error message 'Expected element was not found' by 'Not expected element was found' when waitUntiGone GDSL commands fail
Rename the GDSL command
clickOnFirstEmptyEditText
byformClickOnFirstEmptyEditText
and move it into new Group “Form”Add the test report when using subcommand testdslcommand with TestRunner
You can get screenshot and dump files with TestRunner when using the subcommand
> testrunner testdslcommand -c “dump”
You can then put those files in uiautomatorviewer
Fixed bugs
Fixed GDSL command ‘browserReset’ for last chrome version
Fixed GDSL command '