additional docs

Signed-off-by: Kenneth Reitz <me@kennethreitz.org>
This commit is contained in:
2018-02-27 17:56:34 -05:00
parent 36f5c21e98
commit 06544b067d
+5
View File
@@ -231,6 +231,11 @@ class HTML(BaseParser):
If scrolldown is specified, the page will scrolldown the specified
number of times, after sleeping the specified amount of time.
If script is specified, it will execute the provided JavaScript at
runtime.
Returns the return value of script, if any is provided.
Warning: the first time you run this method, it will download
Chromium into your home directory (``~/.pyppeteer``).
"""