Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 12:10:13 -05:00
parent 2b9161b91f
commit 4687e091b9
2 changed files with 6 additions and 0 deletions
+3
View File
@@ -158,6 +158,9 @@ Let's grab some text that's rendered by JavaScript:
>>> r.html.search('Python 2 will retire in only {months} months!')['months']
'<time>25</time>'
Note, the first time you ever run the ``render()`` method, it will download
Chromium into your home directory (e.g. ``~/.pyppeteer/``).
Using without Requests
======================