Browser::execute

From RAGE Multiplayer Wiki
Revision as of 08:55, 7 May 2018 by MrPancakers (talk | contribs) (Using old browser template)

This function used for call JavaScript code in created browser.

Syntax

browser.execute(String executedCode);

Required Arguments

  • executedCode: JavaScript code what will be executed in browser.

Example

That's example made nothing useful.

browser.execute(`alert(\`It's a test.\`);`);

See Also