GerapyPyppeteer icon indicating copy to clipboard operation
GerapyPyppeteer copied to clipboard

Downloader Middleware to support Pyppeteer in Scrapy & Gerapy

Results 7 GerapyPyppeteer issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/8678661/91382685-d9fb9400-e85c-11ea-8b59-23146bcef991.png) Python: 3.6.3 OS: Windows

Hi, I want to specify a custom location with `executablePath` With pyppeteer I do ``` from pyppeteer import launch browser = await launch(executablePath='') ``` How can I do this with...

部署新服务器的时候出现了问题。经过对比定位到了原因。 GerapyPyppeteer/gerapy_pyppeteer/pretend.py 使用 0.0.13版本正常代码如下 SET_WEBDRIVER = '''() => {Object.defineProperty(navigator, 'webdriver', {get: () => undefined})}''' 使用 0.1.2 其中第73行的SET_WEBDRIVER变量存在问题.请求某数时,被检测返回400. 测试代码: ```python import json import os import asyncio import time from pyppeteer import...

大佬,我们想对chromium做一些登录操作,这些怎么执行,只能使用js吗?但是登录涉及到验证码,需要保存img元素的截图 这个怎么做到~

在无头模式下,获取到的页面是空白的,需要刷新一下,尝试过使用 await page.reload() await page.evaluate("window.location.reload()") 但是并没有什么作用,得到的页面还是空白页

是有一个规则去判断哪个页面可以需要执行render吗还是手动去触发

Hi Gerapy. I'm trying to set up a GerapyPyppeteer and I'm having a problem with the SitemapSpider, the Gepary intercepts the scrapy core request. Can you do something with these?...