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 optionaluseBlankPage
parameter to measure on a white screen (the about:blank page).browserPrepareAndOpenForReference
: measures on black screenbrowserPrepareAndOpenForReference,true
: measures on white screen (about:blank page)
Add optional parameter percX for command
swipeUpwardToText
andswipeDownwardToText
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. TheopenSettingsMenuWithName
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
...