We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
2 parentsb732b7e +c6c2f27 commit2912541Copy full SHA for 2912541
requests_html.py
@@ -606,7 +606,7 @@ def render(self, retries: int = 8, script: str = None, wait: float = 0.2, scroll
606
:param script: JavaScript to execute upon page load (optional).
607
:param wait: The number of seconds to wait before loading the page, preventing timeouts (optional).
608
:param scrolldown: Integer, if provided, of how many times to page down.
609
- :param sleep: Integer, if provided, of how manylong to sleep after initial render.
+ :param sleep: Integer, if provided, of how manyseconds to sleep after initial render.
610
:param reload: If ``False``, content will not be loaded from the browser, but will be provided from memory.
611
:param keep_page: If ``True`` will allow you to interact with the browser page through ``r.html.page``.
612