InputSelector

A list of CSS selectors to identify the form fields to populate. Specify the selectors in a comma-separated list or by using numbered parameters. To specify the values to use, set the InputValue parameter.

Type: String (comma-separated list)
Default:  
Required: No
Configuration Section: Any section that you have defined with the FormsSection parameter, TaskName or FetchTasks or Default
Example: InputSelector0=input[name=username]
InputSelector1=input[name=password]
See Also: InputValue