Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Insert topic "Send video" in the documentation #78

Closed
meirinaldojunior opened this issue Feb 27, 2020 · 2 comments
Closed

Insert topic "Send video" in the documentation #78

meirinaldojunior opened this issue Feb 27, 2020 · 2 comments

Comments

@meirinaldojunior
Copy link

The feature is available, but not found nothing informations about it!

@pedroslopez
Copy link
Owner

Yeah, there will be a section for this in the guide.

For now though, sending video is supported but you will need to run with Google Chrome instead of the default Chromium. To do this, just set the executablePath option for puppeteer to point to your chrome installation.

const client = new Client({
    puppeteer: {
        executablePath: '/Applications/Google Chrome.app/Contents/MacOS/Google Chrome',
    }
});

Note that this is the executablePath if you’re on Mac and have installed chrome in the default location, but it’s different for other OSes and install locations.

@stale
Copy link

stale bot commented Mar 29, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

No branches or pull requests

2 participants