Selenium python Найти элемент по названию класса с пространством

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