cara menggunakan actionChains selenium python dengan webdriverwait

ActionChains(driver).move_to_element(WebDriverWait(driver, 120).until(EC.element_to_be_clickable((By.XPATH, 'xpath'])))).click().perform()
Micah M