I have a CSV file full of candidate names and I want to extract their LinkedIn Profile URLs. I have automated login using selenium and taken name input from CSV and clicked the search button but am unable to access the profile URLs on the page. For eg: I want to scrape profile URLs on the following Linkedin page but it is returning nothing when I query the following:
The link: https://www.linkedin.com/search/results/all/?keywords=April%20Siose&origin=GLOBAL_SEARCH_HEADER
driver.find_element_by_class_name("search-result__result-link ember-view").get_attribute("href")