From ca0384c66cbe65b1b2203ef21d32e9d6a310ae65 Mon Sep 17 00:00:00 2001 From: Key Kim Date: Mon, 24 Feb 2020 14:52:01 +0900 Subject: [PATCH] Update README.rst ERROR occured non-zero 'wait' to render full webpage, if wait argument not passed --- README.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/README.rst b/README.rst index 91b8855..43959d5 100644 --- a/README.rst +++ b/README.rst @@ -417,6 +417,7 @@ Get HTML contents and a screenshot:: # ... splash_args = { + 'wait': 1, 'html': 1, 'png': 1, 'width': 600,