probely_configure_form_login
Configure form-based login authentication for web scan targets. Use when Playwright-based login recording is not available.
Instructions
Configure form-based login authentication. Only use this as a fallback when Playwright is NOT available. When Playwright IS available, always record a login sequence instead (probely_create_sequence).
To reference saved credentials, use URI format 'credentials://<credential_id>' (e.g., 'credentials://4DY4qGohso1r'). Get credential URIs from probely_list_credentials or probely_create_credential.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| targetId | Yes | ||
| login_url | Yes | ||
| username_field | Yes | ||
| password_field | Yes | ||
| username | Yes | ||
| password | Yes | ||
| check_pattern | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||