Can Selenium execute_script pass a JS variable in Python?
Im sorry for literally spamming Selenium threads. driver.execute_script("arguments[0].scrollTop = arguments[0].scrollHeight", element) This is the code I use to scroll down on a dynamically generated list ( Instagram followers). It's a finite list, so the lower you go with the scroll,…