Closed chris-aeviator closed 2 years ago
actions = HLISA_ActionChains(driver) scrolldiv = driver.find_element(By.CSS_SELECTOR, ".scrollDiv") actions.scroll_by(0, 100,addDelayAfter=True, element=scrolldiv) TypeError: scroll_by() got an unexpected keyword argument 'element'
strange - can see it in the code :confused:
nevermind - did not see it is a completely new addition (11 days old) - pip install HLISA --upgrade solved it
pip install HLISA --upgrade
strange - can see it in the code :confused: