Basic Form Filling
This example demonstrates how to fill out a contact form with specific information:How It Works
1
Navigate to Form
The agent navigates to the target URL containing the form
2
Identify Form Fields
Browser Use automatically identifies interactive form elements on the page
3
Fill Fields
The agent fills each field with the specified data in the correct order
4
Submit Form
Once all fields are filled, the agent submits the form and returns the result
Multi-Field Forms
For complex forms with multiple sections, you can provide detailed instructions:Handling Different Input Types
Browser Use can handle various form input types:Text Inputs
Dropdowns
Radio Buttons
Checkboxes
File Uploads
Error Handling
Browser Use automatically handles common form issues:Form Validation
The agent can verify that forms were filled correctly:Tips for Form Filling
- Use exact field labels as they appear on the page
- For dropdowns, specify the exact option text
- Allow time for page loads and dynamic content
- Test with the form’s actual validation rules
Related Examples
- 2FA Authentication - Handle two-factor authentication forms
- Shopping Automation - Fill checkout forms with payment details