The Selenium Crawler can be configured using the Aspire Admin UI. It requires the following entities to be created:

  • Credential
  • Connection
  • Connector
  • Seed

Below are the examples of how to create the Credential, Connection and the Seed. For the Connector, please check this page.

Create Credential


  1. On the Aspire Admin UI, go to the credentials tab
  2. All existing credentials will be listed. Click on the new button
  3. Enter the new credential description. 
  4. Select Selenium from the Type list.
  5. Fields are divided in sections General, Policy
    1. ... fill in all required fields (the description of available fields can be found here)

Create Connection

  1. On the Aspire Admin UI, go to the connections tab
  2. All existing connection will be list. Click on the new button 
  3. Enter the new connection description. 
  4. Select Selenium from the Type list.
  5. Fields are divided in sections Web driver, Scope, Document processing, Crawler, Network, Security, Credential, Policy
    1. ... fill in all required fields (the description of available fields can be found here)


Create Connector


For the creation of the Connector object using the Admin UI, check this page


Create Seed


  1. On the Aspire Admin UI, go to the seeds tab
  2. All existing seeds will be list. Click on the new button 
  3. Enter the new seed description. 
  4. Select Selenium from the Type list.
  5. Fields are divided in sections General, Connector, Connection, Workflow, Tag, Policies
    1. ... fill in all required fields (the description of available fields can be found here)

  • No labels