WebCrawlerParameters

The parameters for a web crawler data source.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The URL of the login page for the web crawler to authenticate.

Link copied to clipboard

The XPath expression for locating the password submit button on the login page.

Link copied to clipboard

The XPath expression for locating the password field on the login page.

Link copied to clipboard

The XPath expression for locating the username submit button on the login page.

Link copied to clipboard

The XPath expression for locating the username field on the login page.

Link copied to clipboard

The authentication type for the web crawler. The type can be one of the following:

Link copied to clipboard

The hostname of the web proxy server for the web crawler.

Link copied to clipboard

The port number of the web proxy server for the web crawler.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String