Browser::inputEnabled: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

24 May 2024

  • curprev 17:5317:53, 24 May 2024Shr0x talk contribs 488 bytes +488 Created page with " {{ClientsideJsFunction}} {{JSContainer| ===Setter value=== *''' {{RageType|boolean}} ''' ===Return value=== *''' {{RageType|boolean}} ''' ==Syntax== <syntaxhighlight lang="javascript"> browser.inputEnabled </syntaxhighlight> ==Example== <syntaxhighlight lang="javascript"> const browser = mp.browsers.newHeadless("http://package/page/index.html", 1920, 1080, false); browser.inputEnabled = true; </syntaxhighlight> }} ==See also== {{Browser_definition_c}} Category:Cli..."