Skip to main content
Version: 7.5.5

HUD Info

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();