Set timeout as integer parameter

This commit is contained in:
Oleg Danilov 2020-10-25 02:27:23 +03:00 committed by do
parent 160ea4ec29
commit 4cdf3372ab

View File

@ -36,6 +36,7 @@ def main():
)
argparser.add_argument(
"--timeout",
type=int,
default=5,
help="Time in seconds to wait for the loading of lazy-loaded dynamic elements (default 5)."
" If content from the page seems to be missing, try increasing this value",