I'm trying to select a dropdown option by part of the text.
How I would normally select text:
Select(browser.find_element_by_css_selector('selector')).select_by_visible_text("element text")
What I am trying to do:
Select(browser.find_element_by_css_selector('selector')).select_by_partial_visible_text("element text")