> how many long to sleep

to

> how many seconds to sleep
This commit is contained in:
Nichlas Severinsen
2020-02-13 21:48:20 +00:00
committed by GitHub
parent dc82965d66
commit c6c2f274f0
+1 -1
View File
@@ -606,7 +606,7 @@ class HTML(BaseParser):
: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 sleep: Integer, if provided, of how many seconds to sleep after initial render.
:param reload: If ``False``, content will not be loaded from the browser, but will be provided from memory.
:param keep_page: If ``True`` will allow you to interact with the browser page through ``r.html.page``.