Capability
Emulation And Device Simulation
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Chrome DevTools for coding agents
Unique: Configures device emulation at server startup via CLI arguments (--deviceType or custom viewport), enabling persistent device simulation across all requests without per-request configuration overhead.
vs others: Provides persistent device emulation configuration (vs Puppeteer's per-page setViewport), reducing setup overhead for agents testing consistent device profiles, though at the cost of requiring separate server instances for multi-device testing.