Skip to content

Commit

Permalink
Update scraper.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandhunt committed Jan 29, 2020
1 parent fa1375a commit 9b48e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scraper.py
Expand Up @@ -302,7 +302,7 @@ def doeshtmlelementexist(selectedel):
exists = True
timeout = 300 if override_timeout == '' else int(override_timeout) # <-- Amount of seconds to run the whole thing
#print(timeout)
clickTime = 5 # <--- Amount of time to wait between each click
clickTime = 3 # <--- Amount of time to wait between each click
scrollTime = 0.5 # <--- Amount of time to wait between each scroll
start_time = datetime.now()
#browser.execute_script("window.scrollTo(0, document.body.scrollHeight);")
Expand Down

0 comments on commit 9b48e35

Please sign in to comment.