I have tried this to navigate from the season's drop down.
try:
add = driver.find_element_by_xpath(//ul[@class='dropdown dropdown__filter']/li[@class='pv-h'])
except:
print("Error on dropdown")
try:
Hover = ActionChains(driver).move_to_element(add).perform()
data=driver.find_element_by_by_xpath(/ul[@class='dropdown dropdown__filter']/li[@class='pv-h'])
time.sleep(2)
Error 1: add = driver.find_element_by_xpath('//ul[@class='dropdown dropdown__filter']/li[@class='pv-h']')
Error 2: Deprecation error: try find_elements_by()