puppeteer-deep icon indicating copy to clipboard operation
puppeteer-deep copied to clipboard

Puppeteer, Headless Chrome;爬取《es6标准入门》、自动推文到掘金、站点性能分析;高级爬虫、自动化UI测试、性能分析;

Results 9 puppeteer-deep issues
Sort by recently updated
recently updated
newest added

手机注册需要验证码和图片滑动验证

![zhentaoo](https://user-images.githubusercontent.com/958366/44457880-090c1900-a637-11e8-855a-ccf9ab01072d.png) HI, 为什么我的截图有中文显示不出来了,我是centos服务器。

segmentfault的前端地址变成了https://segmentfault.com/channel/frontend 每个文章下面有含有图片也有不包含图片的,所以有的就有2个a标签,有的有1个a标签 选择器应该怎么写呢,我是下面这样的,但是是错的 var list = [...document.querySelectorAll('.news-list .news__item-info a:not([class$=\"news-img\"])')]

puppeteer 模拟页面点击跳转到新的网页中,还能去操作新页面中的内容吗?

Hello, I'm the maintainer of the [awesome-puppeteer](https://github.com/transitive-bullshit/awesome-puppeteer) list. I'd really appreciate it if someone could describe what this library does in English so I could properly describe it on that...

你好 想问一下 puppeteer可以实现并发吗?

ES6阮老师的网站爬出来的只有loading和左边的目录了

我尝试用page.addScriptTag(options)去加载一个jquery,结果没有作用,不知是什么原因,请问您这个api改怎么使用?