Selenium python trouver l'élément par nom de classe avec l'espace

driver.find_element_by_xpath("//div[@class='target with space or maybe another-long-text']")
MingMing