Skip to content

Instantly share code, notes, and snippets.

@jkokatjuhha
Last active September 26, 2018 06:43
Show Gist options
  • Save jkokatjuhha/392744085cec10b6000a1f82adb462fe to your computer and use it in GitHub Desktop.
Save jkokatjuhha/392744085cec10b6000a1f82adb462fe to your computer and use it in GitHub Desktop.
price = page_content.find(id='listings_prices')
# check if the element with such id exists or not
if price is None:
# NOTIFY! LOG IT, COUNT IT
else:
# do something
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment