Usage Modes
Auto-Detection Mode
Learn how Auto-Browse automatically manages page contexts and browser state
Auto-Detection Mode
Auto-Detection mode is a powerful feature of Auto-Browse that automatically manages page contexts and browser state, making it easier to write and maintain automation scripts.
Overview
When using Auto-Browse, you don’t need to explicitly manage page contexts. The library will:
- Detect the current page context automatically
- Create new browser instances when needed
- Handle page lifecycle management
- Clean up resources properly
Basic Usage
The simplest way to use Auto-Browse is to let it handle context management:
How It Works
-
Browser Management
- Creates browser instance when needed
- Reuses existing browser when possible
- Handles cleanup automatically
-
Page Context
- Detects active page context
- Creates new pages when required
- Manages multiple pages efficiently
-
State Management
- Tracks page state automatically
- Handles navigation events
- Maintains context between commands
Integration Modes
1. Standalone Mode
2. Playwright Integration
Advanced Features
Multi-Page Handling
Auto-Browse can handle multiple pages intelligently:
Window Management
Handles different window scenarios:
Best Practices
- Let Auto-Browse Handle Context
- Trust the State Management
- Clean Error Handling
Common Scenarios
1. Form Interactions
2. Multi-Step Workflows
3. Dynamic Content
Troubleshooting
Common issues and solutions:
- Page Context Issues
- State Synchronization
Next Steps
- Explore Supported Actions
- Learn about Best Practices
- Check out Error Handling