GitBucket
4.23.0
Toggle navigation
Sign in
Files
Branches
1
Releases
Issues
Pull requests
Labels
Priorities
Milestones
Wiki
Forks
sample-node.js
/
sample-puppeteer
Browse code
Fix README
master
1 parent
6989cac
commit
c330c56b4472511cfa8cd3aae18d8c9c9da32026
yhornisse
authored
on 18 May 2020
Patch
Showing
1 changed file
README.md
Ignore Space
Show notes
View
README.md
# Puppeteer サンプル ## Puppeteer https://github.com/puppeteer/puppeteer ## 実行方法 ``` $ npm run captor ``` (index.jsを実行するだけ) - 画面全体をキャプチャ(fullPageを指定しなければ一定の範囲でキャプチャ) https://pied-piper.net/gitbucket/sample-node.js/sample-puppeteer/blob/6989cace089cd99b6ce1d23c535fadb05540f29c/index.js#L8-L10 - セレクタで指定した場所を画面キャプチャ https://pied-piper.net/gitbucket/sample-node.js/sample-puppeteer/blob/6989cace089cd99b6ce1d23c535fadb05540f29c/index.js#L12-L15
Show line notes below