The
ZennoLab.CommandCenter namespace contains classes for working with
Instance and web elements. This namespace contains classes of documents, tabs, html elements and instance. Also contains collection for html elements and documents. Provides management of the ZennoPoster.
Classes
| | Class | Description |
 | AudioPreferences | Represents an AudioContext settings object. |
 | CookieContainer | Represents the container of cookies, that synchronizes with an instance. |
 | Document | Represents a document on a Web page. Contains the methods to search for html elements, gets or sets of values. |
 | DocumentCollection | Represents a strongly typed list of documents that can be accessed by index. |
 | HtmlElement | Represents an HTML element on a Web page. Contains the methods to search for html elements, gets or sets of values. |
 | HtmlElementCollection | Represents a strongly typed list of html elements that can be accessed by index. |
 | InnerTrafficItem | Represents a traffic item, which contains url, status and etc. information about request. Does not support updating. Use TrafficItem instead |
 | Instance | Represents a browser's window of ZennoPoster |
 | PhpHelper | The special class for synchronization in php code. |
 | PipeParams | |
 | PluginItem | Represents a plugin item in ZennoPoster browser in navigator.plugins collection |
 | PluginMimeType | Represents a mime type for plugin item in ZennoPoster browser in navigator.plugins collection |
 | ShaderPrecisionFormat | Represents a shader precision format item |
 | Tab | Represents a tab of browser. Contains the necessary methods and properties for working with tabs instance. |
 | Tab.TouchSimulation |
Contains methods simulating work with touch screen
|
 | TrafficItem | Represents a traffic item, which contains url, status and etc. information about request. Supports updating. |
 | WebGLPreferences | Represents an WebGLContext settings object. |
 | WebRtcDeviceItem | |
 | ZennoPoster | Represents a set methods to recognize captcha, working with mail, instances, etc. |
 | ZennoPoster.BotUI | |
 | ZennoPoster.Db | Represents a set of methods to access database. |
 | ZennoPoster.HTTP |
HTTP class provides several methods to make HyperText Transfer protocol requests
|
 | ZennoPoster.HTTP.RequestAbortedException |
The exception represents the situation when the request was aborted by timeout but the answer might contain incomplete data.
The data was stored in an object of the exception. You can try to get it.
|
 | ZennoPoster.IpTools | Represents a set of methods to access IP infos. |
 | ZennoPoster.Parser | Represents a set of the helper methods to parse page. |
 | ZennoPoster.Sms | Represents a set of methods to access SMS service API. |
Interfaces
| | Interface | Description |
 | IZennoCustomCode | Defines methods that allow you to run execution of code in ZennoPoster |
 | IZennoCustomEndCode | Defines methods that allow use the GoodEnd and BadEnd methods via code. |
See Also