HttpWatch Automation Reference - Version 15.x
HttpWatch Namespace / Plugin Class
Properties Methods


In This Topic
    Plugin Class Members
    In This Topic

    The following tables list the members exposed by Plugin.

    Public Properties
     NameDescription
    Public PropertyGets or sets the maximum age of log files in days before they will be purged from the directory used for automated saves  
    Public PropertyGets or sets a value indicating whether automatic recording is enabled or disabled when the browser starts.  
    Public PropertyGets or sets a value indicating whether a confirmation dialog is displayed when automatic recording starts in a new instance of the browser.  
    Public PropertyGets or sets a value indicating whether log files are saved automatically when the browser closes.  
    Public PropertyGets or sets the path to the folder where auto-saved log files should be stored.  
    Public PropertyGets or sets the interval, in minutes, after which log files are to be saved automatically.  
    Public PropertyReturns a boolean value indicating whether the browser is still loading the current page.  
    Public PropertyA boolean value indicating whether the extension is currently recording requests.  
    Public PropertyGets a reference to a Log object that contains the recorded requests.  
    Public PropertySpecifies the comment to place on the next page that is recorded in HttpWatch.  
    Top
    Public Methods
     NameDescription
    Public MethodDeletes all recorded entries so the Plugin's Log object is empty.  
    Public MethodDeletes all saved and session cookies in the browser within which the extension is embedded.  
    Public MethodEmpties the browser cache, forcing the download of any content that is subsequently accessed.  
    Public MethodDeletes all session cookies in the browser within which the extension is embedded.  
    Public MethodCloses the browser that contains the HttpWatch extension.  
    Public MethodCloses the HttpWatch extension's window in the browser.  
    Public MethodCauses the browser to load the specified URL.  
    Public MethodThis method provides a finer level of control than the IsLoadingPage property as it indicates whether the current page has reached a given state.  
    Public MethodOpens the HttpWatch extension window within the browser.  
    Public MethodStarts the recording of HTTP requests within the browser.  
    Public MethodStops the recording of HTTP requests within the browser.  
    Top
    See Also