Update docs/topics/dynamic-content.rst

Co-authored-by: Adrián Chaves <adrian@chaves.io>
This commit is contained in:
Eugenio Lacuesta 2021-07-28 14:30:16 -03:00 committed by GitHub
parent 494e0ad8ff
commit 0e3d50dd18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -252,6 +252,7 @@ Since version 2.0, it is possible to integrate libraries that use the
``async/await`` syntax. One such library is `pyppeteer`_ (an unnoficial
Python port of `puppeteer`_), which uses headless Chrome to download and
render pages.
The following is a simple snippet to illustrate its usage within Scrapy::
import pyppeteer