From 284f6ed81d3b0249ace60b87174f7bf01c56806d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 19:39:27 -0500 Subject: [PATCH] additional details Signed-off-by: Kenneth Reitz --- requests_html.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/requests_html.py b/requests_html.py index f1ef240..7461f2d 100644 --- a/requests_html.py +++ b/requests_html.py @@ -237,6 +237,9 @@ class HTML(BaseParser): If ``scrolldown`` is specified, the page will scrolldown the specified number of times, after sleeping the specified amount of time. + If just ``sleep`` is provided, the rendering will wait *n* seconds, before + returning. + If ``script`` is specified, it will execute the provided JavaScript at runtime. Example: