Overview
WhizoAI’s browser automation features allow you to scrape JavaScript-heavy websites, SPAs (Single Page Applications), and dynamic content that requires user interaction or waiting for elements to load.Supported Engines
Playwright
Recommended for most use cases
- Fast and reliable
- Chrome, Firefox, WebKit support
- Excellent for modern SPAs
Puppeteer
Chrome-specific automation
- Stable Chrome automation
- Good for Chrome-specific features
- Wide community support
JavaScript Rendering
Enable JavaScript Rendering
Wait for Specific Elements
Wait for dynamic content to load:Wait for Network Idle
Ensure all AJAX requests complete:Page Interactions
Click Elements
Fill Forms
Scroll Page
Load infinite scroll content:Advanced Browser Options
Custom Viewport
Simulate different screen sizes:Geolocation
Set custom geolocation:Timezone
Set custom timezone:Screenshot Capture
Full Page Screenshots
Element Screenshots
Capture specific elements:PDF Generation
Generate PDFs from rendered pages:Complex Automation Workflows
Multi-step Interactions
Handling Auth & Session
Cookie Injection
Scrape authenticated pages:Local Storage
Set local storage values:Performance Optimization
Block Resources
Speed up scraping by blocking unnecessary resources:Request Interception
Modify requests on the fly:Error Handling
Credit Costs
| Feature | Additional Cost |
|---|---|
| JavaScript Rendering | +1 credit |
| Screenshot (full page) | +1 credit |
| PDF Generation | +1 credit |
| Each Page Action | No additional cost |
| Mobile Rendering | No additional cost |
Best Practices
Common Use Cases
Single Page Applications (SPAs)
Single Page Applications (SPAs)
React, Vue, Angular apps that load content dynamically
Infinite Scroll Pages
Infinite Scroll Pages
Social media feeds, product listings that load on scroll
Login-Protected Content
Login-Protected Content
Scrape content behind authentication using cookies
Interactive Maps
Interactive Maps
Scrape data from Google Maps, Mapbox, and other mapping services
Related Resources
Anti-Bot Stealth
Combine with stealth mode for better success rates
Proxy Rotation
Use proxies with browser automation
Scrape API Reference
Complete API documentation