I try to click on plus by xpath. But this plus becomes visible after the mouse cursor on it and my code can't click on this.
driver.find_element_by_xpath('/html/body/div[3]/div/div[5]/div[3]/div[12]/div[2]/div[2]/div[1]/div/div/div/div/div[2]/div/div/div[3]').click()
Is there any way in selenium webdriver to click on invisible elements