I need human like mouse movements prior to the mouse clicking the follow button. As this website seems to be checking your a human before clicking. Is this possible using action chains, looked at loads of examples but nothing seems to fit.
eg.,
def __init__(self):
self.action = ActionChains(self.driver)
self.driver = webdriver.Chrome(ChromeDriverManager().install())
eg.,
def follow(self):
try:
self.driver.find_element_by_xpath("//header//button[text()=\"Follow\"]").click()