Im unable to access the "view profile" element from the preview page opened while scraping the sciencedirect website using selenium in python. Is there any way to access the elements in the preview page.
driver.get("https://www.sciencedirect.com/science/article/pii/S092911991930940X#!")
driver.find_element_by_xpath('//*[@id="author-group"]/a[2]/span').click()
driver.find_element_by_xpath('//*[@id="profile-preview-page"]/div/div/div/div[2]/a').click()