Customize Advanced Stealth with OS and viewport configurations
OS | Default Viewport | Use Case |
---|---|---|
linux | 2560x1440 | High-res desktop automation |
windows | 2560x1440 | Windows-specific testing |
mac | 2560x1440 | macOS automation |
mobile | 696x384 | Mobile app testing |
tablet | 800x1112 | Tablet responsive testing |
macOS Viewports
1728x1117
- MacBook Air 13”1800x1169
- MacBook Pro 13”2560x1440
- MacBook Pro 16”3840x1080
- Ultra-wide displayWindows Viewports
1920x1080
- Full HD2560x1440
- 2K displayLinux Viewports
1920x1080
- Full HD2560x1440
- 2K displayMobile & Tablet
696x384
- Mobile devices800x1112
- Tablet devicesScenario | Result | Details |
---|---|---|
advancedStealth: false + OS | Error | Cannot use OS without Advanced Stealth |
Invalid OS value | Error | os: "android" (not supported) |
Invalid OS/viewport combo | Error | mac + 1920x1080 |
No OS specified | Windows default | Falls back to Windows + 2560x1440 |
windows
when automating Windows-specific sites or testing Windows-only features.os
parameter and let the system select optimal viewport defaults. This simplifies configuration while maintaining high success rates.os
and viewport
using the supported combinations listed above.mobile
or tablet
OS values with their corresponding viewports for testing responsive designs and mobile-specific features.