Skip to content

Launch method not working after chrome updateΒ #349

@rares-baesu-uipath

Description

@rares-baesu-uipath

Summary

Updated browser from Chrome 135 -> Chrome 136
It seems like the promise returned by the launch method never resolves.
chrome-launcher version: 1.2.0

Code snippet

              import {
                  launch
              } from 'chrome-launcher';

              ........

            console.log(chromePath); // ------> this is 100% correct

            const result = await launch({
                ignoreDefaultFlags: true,
                port: PORT,
                userDataDir: false,
                chromePath,
                chromeFlags: FLAGS,
            });

          console.log('hello', result); // -------> never prints anything

Any advice on how to tackle this issue ?

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