Skip to content

Chrome takes 6s to load when not specifying executable path #165

@ghost

Description

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions