We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
const launchOptions = { width: 500, height: 400, executablePath: "/Applications/Google Chrome.app/Contents/MacOS/Google Chrome" }; const startTime = new Date().getTime(); const app = await carlo.launch(launchOptions); const launchTime = new Date().getTime() - startTime;
This takes <1s to launch
const launchOptions = { width: 500, height: 400" }; const startTime = new Date().getTime(); const app = await carlo.launch(launchOptions); const launchTime = new Date().getTime() - startTime;
This takes 6s to launch