disguise developers

Designer Plugins

Plugins for Disguise Designer software.

WebCommand

The base class for commands to be sent to a WebBrowser.

To send a WebCommand first inherit from WebCommand, or use one of the existing derived classes.
It is possible to add web commands to a WebBrowser through its interface.
Web commands are designed to be sent at some time in the future to keep browsers in sync.

Base class: Resource

Subclasses: WebCommandJavascript, WebCommandKeyboard, WebCommandMouse, WebCommandNavigate

Properties

commitTime : float

The time at which this command should be executed. This is in network time (os.timer.frameTime()) so that browsers are kept in sync.

Constructors

__init__(self)