| | Name | Description |
 | AddToTitle | Add text to title of instance. |
 | ChangeRequest | Replaces data of browser request. |
 | ChangeResponse | Replaces data of browser response. |
 | ClearCache | Clears the cache. |
 | ClearCookie | Clears the cookies. |
 | ClearProxy | Removes the proxy from the Instance object. |
 | Click | Emulates a click on specified area. |
 | CloseAllTabs | Closes all tabs except the main tab. |
 | CreateObjRef | (Inherited from System.MarshalByRefObject) |
 | Equals | Overloaded. Determines whether the specified object is equal to the current object. |
 | EvaluateJavaScript | Evaluates localy the specified java script code (supports WSH objects). |
 | FindElementByIntelliSearch | Searches for an HTML element using IntelliSearch technology, and returns the first or the most appropriate occurrence. |
 | GetBrowserPreference | Returns the preference of browser. |
 | GetContentPolicy | Returns the content policy mode. It can have a value "DirectLoad", "WhiteList", "BlockList". |
 | GetContentPolicyDomains | Returns collection of domains texts for "WhiteList" or "BlockList" policy. |
 | GetContentPolicyRegexs | Returns collection of regexs for "WhiteList" or "BlockList" policy. |
 | GetCookie | Gets cookie. |
 | GetFonts | Returns a collection of current visible fonts. |
 | GetGeoposition | Gets the geoposition coordinates. |
 | GetHashCode | Serves as the default hash function. |
 | GetIanaTimezone | Gets the system timezone. |
 | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
 | GetPlugins | Returns a collection of current visible plugins. |
 | GetProxy | Returns a proxy of the Instance object. |
 | GetSuperCookie | Gets super cookie. |
 | GetTabByAddress | Returns tab by the address. |
 | GetTemplateValue | Returns the value of a branch in the template for the specified step. |
 | GetTimezone | Gets the system timezone. |
 | GetWebRTCAdresses | Gets the IP addresses, that have been set last time.
The returned values will be empty for disable work mode, "default" for enable work mode.
For emulate work mode returns user values or empty strings, if user don't set any values. |
 | GetWebRTCDevices | Returns a collection of current visible devices. |
 | HideFont | Hide the font. The method needs isolated process, because it is applied to all instances in the process. |
 | HideNavigatorField | Overloaded. Hide navigator field for tab. |
 | HidePlugin | Hide the plugin. |
 | HideWebRTCDevice | Hide the webrtc device. Device emulation works only if WebRTCWorkMode sets to Emulate. |
 | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
 | IntelliSearchSetAdditionalBase | Sets additional base of IntelliSearch. |
 | IntelliSearchSetBase | Sets base of IntelliSearch. |
 | Launch | Changes the instance browser type to the required one. Works only in ProjectMaker and ZennoPoster. |
 | LoadCookie | Overloaded. Loads cookie. |
 | LoadFonts | Overloaded. Loads fonts. The method needs isolated process, because it is applied to all instances in the process. |
 | LoadIndexedDb | Overloaded. Loads indexedDB. |
 | LoadLocalStorage | Overloaded. Loads local storage. |
 | LoadPlugins | Overloaded. Loads plugins. |
 | LoadSuperCookie | Overloaded. Loads super cookie. |
 | LoadWebRTCDevices | Overloaded. Loads devices. |
 | MinimizeMemory | Performs a forced garbage collection. May cause the application hangs.
ATTENTION! When using MinimizeMemory deletes all references to elements and documents, and thus need to re-obtain elements and documents. |
 | NewTab | Creates a new tab in the current instance. |
 | RefreshFieldEmulationDelay | Refresh the field emulation delay. |
 | ReleasePreparing | Prepare before release instance. |
 | Reload | Reloads the current Instance object. Works only in ProjectMaker and ZennoPoster. |
 | SaveCookie | Overloaded. Saves cookie. |
 | SaveFonts | Overloaded. Saves fonts. The method needs isolated process, because it is applied to all instances in the process. |
 | SaveIndexedDb | Overloaded. Saves indexedDB. |
 | SaveLocalStorage | Overloaded. Saves local storage. |
 | SavePlugins | Overloaded. Saves plugins. |
 | SaveSuperCookie | Overloaded. Saves super cookie. |
 | SaveWebRTCDevices | Overloaded. Saves devices. |
 | SendText | Emulates the typing. |
 | SetAuthorizationPolicy | Sets the policy for the windows of the authorization. |
 | SetBrowserPreference | Sets the broswer preference. The method needs isolated process, because it is applied to all instances in the process. |
 | SetCertificate | Sets the certificate to browser. |
 | SetCertificatesPolicy | Sets the policy for the window of making the certificate. |
 | SetContentPolicy | Sets the policy for browser content. |
 | SetCookie | Sets cookie. |
 | SetDefaultPreference | Sets the all the default settings. |
 | SetFilesForUpload | Sets the files for upload. |
 | SetFileUploadPolicy | Sets the policy for the windows of to send the file to the server. |
 | SetGeoposition | Sets the geoposition coordinates and enables it for websites. |
 | SetHeader | Overloaded. Sets the header for tab. |
 | SetIanaTimezone | Sets the system timezone. |
 | SetJSValuePromptPolicy | Sets the policy for pop-up Prompt windows with an input field value. |
 | SetOkAlertPolicy | Sets the policy for pop-up Alert windows with one-click OK. |
 | SetOkCancelConfirmPolicy | Sets the policy for pop-up windows Confirm with OK and Cancel. |
 | SetProxy | Overloaded. Sets the proxy to the instance. |
 | SetScreenPreference | Overloaded. Sets the screen settings. |
 | SetSuperCookie | Sets super cookie. |
 | SetTemplateValue | Sets the value of a branch in the template for the specified step. |
 | SetTimezone | Sets the system timezone. |
 | SetUserHeader | Sets the user header for tabs requests. |
 | SetWebRTCAdresses | Sets the IP addresses for emulate WebRTC settings.
The method needs isolated process, because it is applied to all instances in the process.
It will generate host candidates for RTP on UDP and route through NAT, if it required. |
 | SetWindowPreference | Overloaded. Sets the window settings. |
 | SetWindowSize | Sets the size of window. |
 | ShowFont | Show the font. The method needs isolated process, because it is applied to all instances in the process. |
 | ShowNavigatorField | Overloaded. Show navigator field for tab. |
 | ShowPlugin | Show the plugin. |
 | ShowWebRTCDevice | Show the webrtc device. Device emulation works only if WebRTCWorkMode sets to Emulate. |
 | StopDownloads | Stop the active downloads. |
 | WaitFieldEmulationDelay | Waits for end of the filling up field. |
 | WaitForPreparing | Wait while instance prerpare all tabs. |
 | WaitForUserAction | Show instance window and wait for user action. |