HUD Info
updateInfoHud
Method allowing to go a web page.
Parameter | Type | Description |
---|---|---|
extraInfo | string | Information 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();