Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Improvements

  • The reference of the browser is now measured on a black screen instead of a white screen. The command browserPrepareAndOpenForReference opens a black screen by default. For backwards compatibility, you can use the optional useBlankPage parameter to measure on a white screen (the about:blank page).

    • browserPrepareAndOpenForReference : measures on black screen

    • browserPrepareAndOpenForReference,true : measures on white screen (about:blank page)

  • Add optional parameter percX for command swipeUpwardToText and swipeDownwardToText

    • swipeDownwardToText,texttosearch,10,80 : this command swipes the view to find the text ‘texttosearch’ at percX 80% and doing a maximum of 10 swipes.

  • The openSettingsMenuWithName command is used to open a settings menu by the search field. The menu name depends of the device model or android version. The openSettingsMenuWithName command can now search several name using the separator | in name parameter. The first menu which matches a real menu for the device is opened.

    • openSettingsMenuWithName,libelle1|libelle2

Fixed bugs

GSDL for android :

  • Fixes chrome issue loading a website after using the prepareAndOpenForReference command. This fix can for example resolve cookie popup not well displayed on the site's home page

TestRunner, TestBench:

  • Fixes saving measurements which may occur after sending tests results to core server. The error ‘An internal error occured while saving the measure’ was displayed on tests tracking page when using Test Bench or in Test Runner terminal.

  • No labels