how can I scroll more interests window? I used the below code to reach all (more interests) company information, it doesn't work.
element=driver.find_element_by_xpath("//div[@class='artdeco-modal artdeco-modal--layer-default pv-interests-modal pv-profile-detail__modal--no-padding pv-profile-detail__modal pv-profile-detail__modal--v2']")
element.send_keys(Keys.END)
Also the code driver.execute_script("window.scrollTo(0, Y)")
runs on main page, not more interests page