Skip to content

Conversation

jeanfbrito
Copy link

Add support for Google Chrome Dev browser

This PR adds support for detecting Google Chrome Dev, which is now available on Linux, macOS, and Windows platforms.

Changes:

  1. Added a new file src/browsers/chrome-dev.ts with proper executables paths for all supported platforms
  2. Updated src/browsers/index.ts to include Chrome Dev in the list of supported browsers

Testing:

The changes have been tested on macOS and Chrome Dev was successfully detected by the library.

Screenshots:

Here's the output showing Chrome Dev detection:

[
  {
    browser: 'Google Chrome Dev',
    executable: '/Applications/Google Chrome Dev.app/Contents/MacOS/Google Chrome Dev'
  },
  {
    browser: 'Google Chrome',
    executable: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome'
  },
  ...
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant