disguise developers

Designer Plugins

Plugins for Disguise Designer software.

WebBrowser

A wrapper around the Chromium WebView browser

Base class: _BlipValue

Properties

size : Vec2 (Read-Only)

The current size of the web browser window

Methods

close(self)

Closes the web browser

currentTitle(self) -> str

Returns the current title of the web page being displayed in the browser

Returns The current title of the web page being displayed in the browser, or an error message.

currentURL(self) -> str

Returns the current URL of the web browser as a string

Returns The current URL of the web browser, or an error message.

resize(self, width: int, height: int)

Resizes the web browser to a new width and height, up to the maximum texture size supported by the renderer (usually 16k x 16k)

Parameters:

update(self)

Update the web browser
*

zoom(self, zoomFactor: float)

Set the zoom level in a browser

Parameters: