On the following page, I want to click the text "Mietpreise" with selenium. https://www.homeday.de/de/preisatlas
I tried different things, but did not get it work. Latest source is:
from selenium import webdriver
from selenium.webdriver.common.keys import Keys
driver = webdriver.Firefox()
driver.get("https://www.homeday.de/de/preisatlas")
driver.find_element_by_class_name("filter-switcher__item").click()