Stealth Flags
When creating an Agent task, you can configure the following stealth settings in the Advanced panel:Browser Fingerprinting
Beyond behavioral simulation, Figranium implements several technical anti-detection measures:- User Agent Rotation: Automatically switch between common browser user-agent strings (currently based on Chrome v143).
- Viewport Randomization: Vary the browser window size slightly for each execution.
- Stealth Plugin: Integrates
puppeteer-extra-plugin-stealthto hide Playwright/Chromium-specific properties (e.g.,navigator.webdriver). - Proxy Support: Easily route traffic through residential or mobile proxies to mask your IP address.
- DNS-over-HTTPS: When no proxy is configured, DNS queries are routed through Cloudflare’s encrypted DoH resolver, preventing DNS-based tracking and leaks.
- WebRTC Leak Prevention: WebRTC is configured to disallow non-proxied UDP connections, preventing IP address leaks through WebRTC channels.
Best Practices
- Enable Human Typing: Always use this for login forms and search bars.
- Vary Wait Times: Use the
waitaction with small random variations instead of fixed durations. - Use Residential Proxies: Essential for scraping sites with aggressive IP-based blocking.
- Rotate User Agents: Keep your automation from appearing as a single, static device.