selenium not clickable obscures it code example
Example: is not clickable at point (488,338) because another element obscures it
from selenium.webdriver.common.action_chains import ActionChains
ActionChains(driver).move_to_element(element).click().perform()