WebCaptureSettings Properties¶
The WebCaptureSettings type exposes the following members.
Properties¶
Name | Description | |
---|---|---|
![]() | AcceptCertificateWhenWarned | Indication that the spider should tell IE to always accept certificate when the IE comes accross one |
![]() | AllowDuplicates | Indicates whether spider captures pages with the same Url |
![]() | AllowProxyPopup | Indicates that even though autoCloseDialogsAndPopups is set, the proxy dialog should not be restricted |
![]() | AutoClose | Auto close the spider when launched in gui mode |
![]() | AutoCloseDialogsAndPopups | Indication that the spider should attempt to detect and close browser popup dialogs |
![]() | AutoStart | Automatically press the start button when spider launched in gui mode |
![]() | BrowserTimout | Default timeout for watin |
![]() | CaptureDelaySize | Gets size of hte delay between capture next page in miliseconds |
![]() | CaptureOutputDirectory | This sets the default place to move the data to |
![]() | ContentStorePageDirectory | The folder name within the content store root directory that contains the saved pages |
![]() | ContentStoreRoot | The root directory prefix that the content store is located at |
![]() | DelayCapturing | Indicates whether allows delay between navigation to the next page, uses for prevent blocking Spider by firewalls |
![]() | DelayPageCompletionCheckBy | Indicates how long the spider should delay before wiating for the page to load. |
![]() | Depth | This sets the default depth to which to spider down to |
![]() | DetectForms | Determines wheather the spider is interrupted, to ask the user to fill forms in |
![]() | DuplicatesCountForUrl | Gets or sets allowed number of duplicates for each url |
![]() | DuplicatesDifference | Gets or sets level of the differnce to determine page as duplicated (0 is minimum - spider will capture even the same pages, 100 is maximum - pages should be fully different to capture it) |
![]() | IncludeSubdomains | User setting that indicates to the spider that provided domains in the inclusion domain section of the settings should be used |
![]() | InclusionDomains | list of URLs that the user has specified that are domains that will be visited, even though out of the current domain |
![]() | MustGenerateMSI | Flag that indicates that the spider should generate an MSI of the web capture content. This is based on a user setting |
![]() | RestrictToLastVirtualDirectory | Setting that indicates that only the last vistual directory in the provided URL should be spidered. ie only the folder that the webapp is in |
![]() | ShowPageCaptureErrorsInManualMode | Defines whether page capture errors will be shown in manual mode, in automatic mode the setting is ignored |
![]() | Urls | List of Urls that the spider has been asked to traverse |
![]() | UseGui | When run in cmd line mode, this setting can cuase the GUI frontend to be used |
![]() | UseManual | This disables the spider. |