CoderFromHell
Power Member
- Mar 19, 2019
- 727
- 341
Using selenium Im trying to pull a href link from my Instagram timeline. Can't seem to get the code right.
The href should be pulled from the <time> tag on Instagram:
Python:
PostLinkExtraction = driver.find_element_by_xpath("//article[1]/div[3]/div[2][*[local-name()='a']]")
print (PostLinkExtraction)
The href should be pulled from the <time> tag on Instagram: