The Wayback Machine - https://web.archive.org/web/20210227061608/https://github.com/topics/puppeteer
Skip to content
#

puppeteer

Here are 2,217 public repositories matching this topic...

headless-recorder
ric2b
ric2b commented Aug 7, 2020

Trying to record typing into a date field doesn't work for me, it just types on the yyyy section of the date and ends up completely invalid.

What I've had work really well was replacing await page.type(selector, '2020-08-07'); with:

await page.focus(selector);
await page.keyboard.type('20200807');

Would it be within scope of the extension to recognize date inputs

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

pwa-asset-generator

Automates PWA asset generation and image declaration. Automatically generates icon and splash screen images, favicons and mstile images. Updates manifest.json and index.html files with the generated images according to Web App Manifest specs and Apple Human Interface guidelines.
  • Updated Feb 26, 2021
  • TypeScript

👋2019年末总结下今年做过的逆向,整理代码,复习思路。🙏拼夕夕Web端anti_content参数逆向分析👺 WEB淘宝sign逆向分析;😺努比亚Cookie生成逆向分析;🙌百度指数data加密逆向分析 👣今日头条WEB端_signature、as、cp参数逆向分析🎶知乎登录formdata加密逆向分析 🤡KNN猫眼字体反爬👅Boss直聘Cookie加密字段__zp_stoken__逆向分析
  • Updated Jan 7, 2021
  • JavaScript
stellasawicki
stellasawicki commented Dec 31, 2020

Hi,

The pyppeteer's docs say that pyppeteer-install chrome would install the latest Chromium release. In fact in Linux x64 environment the downloaded release was 588429, while the actual latest release is 839847.
A manual update (replacing files) is possible and all is working fine with the latest Chromium release, so is there a way to upgrade or reinstall Chromium to the actually latest

Improve this page

Add a description, image, and links to the puppeteer 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 puppeteer topic, visit your repo's landing page and select "manage topics."

Learn more