I'm trying to make a tumblr bot/python script that scrapes posts and then does a certain thing, it is currently able to log in to tumblr on its own, but when I try to make it scrape posts it doesn't work. (I probably didn't explain that too great, sorry.)
I tried (after most of my code except for the thing that keeps chrome open) putting in
post = driver.find_element(By.XPATH, '//*[@id="base-container"]/div[2]/div/div[2]/div/div[1]/main/div[3]/div[2]/div[1]/div/div/div/article/div[1]/div/div/span/div/div[2]'), however that crashed the code. I also tried something else that I am unable to remember it, however I know it had the paragraph tag.