Selenium python encontre elemento por nome de classe com espaço
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']")