Sometimes on a page I\'ll be looking for an element which may or may not be there. I wanted to try/catch this case with a NoSuchElementException, which selenium
NoSuchElementException
You sould use from selenium.common.exceptions import * and then write except NoSuchElementException
from selenium.common.exceptions import *
except NoSuchElementException