Meta -
Selenium Version:
3.0 (python)
Browser:
phantomjs
Detail:
I am using selenium as crawler, it would be much more convenient to let
driver.find_element_by_xpath('xxxx')
driver.find_element_by_css_selector('xxx')
return None instead of raising NoSuchElementException when nothing found.