Skip to main content
Version: 9.0.0

HUD Info

Test Maker offers the possibility to have an HUD visible while doing your web test execution.

updateInfoHud

Method allowing to go a web page.

ParameterTypeDescription
extraInfostringInformation to add to the information hud.

Basic Usage

await I.updateInfoHud(`Extra information`);

enableInfoHud

Method allowing to enable the information hud.

Basic Usage

await I.enableInfoHud();

disableInfoHud

Method allowing to disable the information hud.

Basic Usage

await I.disableInfoHud();