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 a10ac49 commit b14182c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scraper.py
Expand Up @@ -341,6 +341,7 @@ def doeshtmlelementexist(selectedel):
browser.driver.execute_script("arguments[0].click();", click_el)
time.sleep(clickTime)
except NoSuchElementException:
print('"LOAD MORE"-element no longer found!')
pass
except:
print(traceback.format_exc())
Expand Down

0 comments on commit b14182c

Please sign in to comment.