I have this functional test that gets a url from an href.
But how do I test test if it is valid (ie: 200/success and not 404)
def test_card_links(self):
"""Click card, make sure url is valid"""
card_link = self.browser.find_element_by_css_selector('#app-scoop-panel a').get_attribute('href');