Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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

Advanced search commands

Remplir un formulaire

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

...

  • 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 by formClickOnFirstEmptyEditText 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

...

You can then put those files in uiautomatorviewer

Fixed bugs

Fixed GDSL command ‘browserReset’ for last chrome version

...