disguise developers

Designer Plugins

Plugins for Disguise Designer software.

WebViewSystem

A system for creating and storing web browser instances.

Web browser instances will be freed automatically if they are no longer in use.

Base class: Subsystem

Constructors

__init__(self)

Methods

createBrowser(self, size: Int2, url: str) -> WebBrowser

Creates a new web browser instance with the specified size and URL.

Parameters:

Returns The newly created web browser instance, or None if no web process exists.