Selenium Python finden Element nach Klassenname mit Raum
driver.find_element_by_xpath("//div[@class='target with space or maybe another-long-text']")
MingMing
driver.find_element_by_xpath("//div[@class='target with space or maybe another-long-text']")