Skip to content

[Question] How to set path for local exe? #6483

@tomByrer

Description

@tomByrer

Hi, migrating from Puppeteer. I can use FxDev in Puppeteer on local machine as:

browser = await puppeteer.launch({
  executablePath: `C:\\Program Files\\Firefox Developer Edition\\firefox.exe`,
  extraPrefsFirefox: {
    'image.avif.enabled': true,
  },
  headless: false,
  product: 'firefox',
})

I can't find docs to do change the local exe path.

Also I don't see anything for browserType.launch({channel :'firefox'})

Thanks for your time!

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