Websites with good security are detecting the clicking with just driver.find_element(By.XPATH, button).click().
Is there a way to simulate my mouse movement like a real human? I need to move around the page a bit before doing a specific action.. And I don't want to move my actual cursor...is it possible?