linux centos7 GoogleChrome/puppeteer

linux centos7 GoogleChrome/puppeteer

安装依赖

yum install pango.x86_64 libXcomposite.x86_64 libXcursor.x86_64 libXdamage.x86_64 libXext.x86_64 libXi.x86_64 libXtst.x86_64 cups-libs.x86_64 libXScrnSaver.x86_64 libXrandr.x86_64 GConf2.x86_64 alsa-lib.x86_64 atk.x86_64 gtk3.x86_64 ipa-gothic-fonts xorg-x11-fonts-100dpi xorg-x11-fonts-75dpi xorg-x11-utils xorg-x11-fonts-cyrillic xorg-x11-fonts-Type1 xorg-x11-fonts-misc -y

启动

const browser = await puppeteer.launch({ args: ['--no-sandbox']})

猜你喜欢

转载自blog.csdn.net/czy413418871/article/details/92060957
今日推荐