即使我们不在puppeteer.launch()
中的LaunchOptions
中传递executablePath
,此初始化也能正常工作
const browser = await puppeteer.launch();
executablePath
的默认值是多少?
即使我们不在puppeteer.launch()
中的LaunchOptions
中传递executablePath
,此初始化也能正常工作
const browser = await puppeteer.launch();
executablePath
的默认值是多少?
1条答案
按热度按时间mum43rcc1#
路径将根据您安装puppeteer的平台而改变。
https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer/src/node/install.ts
都有找到路径的方法。