From 64e10e4a371fbcfd1e81148cf61e98b35ff90aa7 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 1 Mar 2018 08:24:37 -0500 Subject: [PATCH] docs Signed-off-by: Kenneth Reitz --- requests_html.py | 1 + 1 file changed, 1 insertion(+) diff --git a/requests_html.py b/requests_html.py index 0b1b868..a9c4145 100644 --- a/requests_html.py +++ b/requests_html.py @@ -323,6 +323,7 @@ class HTML(BaseParser): :param retries: The number of times to retry loading the page in Chromium. :param script: JavaScript to execute upon page load (optional). + :param wait: The number of seconds to wait before loading the page, preventing timeouts (optional). :param scrolldown: Integer, if provided, of how many times to page down. :param sleep: Integer, if provided, of how many long to sleep after initial render. :param reload: If ``False``, content will not be loaded from the browser, but will be provided from memory.