Selenium Python Find Element por nombre de clase con espacio

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