Core Technology
Core Technology
The browser profile engine powering BotCloud. Per-context workspace isolation, six-layer rendering variance, and auto geo-inference — all from a single WebSocket endpoint.
0
CDP Leaks
31+
Compatibility Suites
<3%
Performance Overhead
98.5%
Native Browser Performance
<50ms
Profile Load Time
~0%
Compatibility Rate
Complete CDP Hardening
Clean Chrome DevTools Protocol surface at the browser core level.
- No navigator.webdriver flag exposure
- Quiet automation-related JavaScript APIs
- Controlled Runtime.enable and Page.addScriptToEvaluateOnNewDocument
- Compatible with CDP compatibility checks
Cross-Platform Profile Consistency
Authentic browser profiles that match real devices across Mac, Windows, and Android platforms.
- Platform-specific User-Agent and navigator properties
- Consistent device profile per user data container
- True cross-platform font isolation - host fonts stay local
- Authentic GPU timing patterns matching real device behavior
Per-Session Rendering Variance
Deterministic rendering variance across Canvas, WebGL, and AudioContext with cross-worker consistency.
- Canvas 2D rendering with deterministic seed control
- WebGL shader and renderer variance per session
- Authentic frame timing for 60Hz, 120Hz, and 144Hz displays
- Consistent variance across all Web Workers and iframes
Network Privacy Control
Complete control over network-level identity exposure.
- UDP over SOCKS5 proxy support
- WebRTC IP leak prevention
- DNS leak protection
- TLS handshake normalization
Automatic Geo-Inference
Smart geographic profile matching based on your proxy IP address. Timezone, locale, and regional settings are automatically configured to match your proxy location.
- Automatic timezone detection from proxy IP
- Locale and language preference matching
- Regional date/time format adaptation
- Accept-Language header configuration
// Connect with a Japanese proxy
const params = new URLSearchParams({
token: process.env.TOKEN,
"--proxy-server": "socks5://jp.proxy.example:1080",
});
const browser = await puppeteer.connect({
browserWSEndpoint: `wss://cloud.bots.win?${params}`,
});
// Auto-sets: timezone=Asia/Tokyo, locale=ja-JPVerified Compatibility with 31+ Web Security Suites
Continuously tested for compatibility with major web security platforms
And 19+ more compatibility suites verified regularly
Experience the Technology
See how our engine-level browser profiles power automation in the cloud.