The Wayback Machine - https://web.archive.org/web/20210501075755/https://github.com/topics/headless-chrome
Skip to content
#

headless-chrome

Here are 368 public repositories matching this topic...

AVGP
AVGP commented May 7, 2020

Right now, there is no "docs/best_practices.md" file.
Create this file and describe the best practices for running Rendertron. Some to get started:

  • Run Rendertron behind a firewall or proxy with authentication, because it does not provide an authentication layer.
  • Enable caching to speed up the response times
  • Regularly pre-warm the cache by requesting a render for your most important UR
apify-js
mtrunkat
mtrunkat commented Sep 17, 2019

Main examples at Apify SDK webpage, Github repo and CLI templates should demonstrate how to manipulate with DOM and retrieve data from it.

Also add one example of scraping with Apify SDK + jQuery to https://sdk.apify.com/docs/examples/basiccrawler

Feedback from: https://medium.com/better-programming/do-i-need-python-scrapy-to-build-a-web-scraper-7cc7cac2081d

I lost an hour trying to make

ukrexpo
ukrexpo commented May 10, 2020

Real User-Agent is detectable with <iframe> when using "puppeteer-extra-plugin-stealth". To prevent it use "'--disable-features=site-per-process'" argument for puppeteer.launch(). See explanation: puppeteer/puppeteer#2548

Real screen size is also detectable with iframe, to prevent it I used preload() script.

OS: Windows 10
"puppeteer": 3.0.4
"puppeteer-extra": 3.1

Qianlitp
Qianlitp commented Mar 12, 2020

各位好,

  • 非常开心大家对于crawlergo的认可,但目前由于本人工作原因,可能无法及时的去挨个实现大家的需求,我会利用空余时间去实现比较有价值的特性和一些比较严重的BUG,更新速度可能是以月为单位,还请各位见谅。
  • 有一些常见问题之前的issue已经提到并解决,大家在提新的issue时,请先看看closed
    的issue,说不定能找到解决办法。

@9ian1i

puphpeteer

Improve this page

Add a description, image, and links to the headless-chrome topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the headless-chrome topic, visit your repo's landing page and select "manage topics."

Learn more