From 83b93d013f9db8a3953a4b78083b70753baecdba Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Tue, 27 Feb 2018 19:50:25 -0500 Subject: [PATCH] details Signed-off-by: Kenneth Reitz --- requests_html.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requests_html.py b/requests_html.py index 0e3baa1..ae99be3 100644 --- a/requests_html.py +++ b/requests_html.py @@ -235,7 +235,8 @@ class HTML(BaseParser): with an updated version, with JavaScript executed. If ``scrolldown`` is specified, the page will scrolldown the specified - number of times, after sleeping the specified amount of time. + number of times, after sleeping the specified amount of time + (e.g. ``scrolldown=10, sleep=1``). If just ``sleep`` is provided, the rendering will wait *n* seconds, before returning.