crawler.form_interaction.pre_crawl.[groupId].form_number
Background
This parameter specifies which form within the page should be should be used by the pre-crawl form interaction rule.
The form number is determined by counting the html form
tags in the order of occurrence in the page. For pages with
only one form a value of 1
should be used.
Configuration parameters for a rule are grouped using a [GROUP_ID]
value common across all settings that make up the rule (group ID must be a number).
This setting is used in conjunction with the crawler.form_interaction.pre_crawl.[groupId].url
key.
Examples
Configure the web crawler to submit the second form found at https://www.example.com/login.
crawler.form_interaction.pre_crawl.1.url=https://www.example.com/login
crawler.form_interaction.pre_crawl.1.form_number=2