Hi everyone I am very new to selenium, just trying out one scraper for my project. I want to select the text present in that div element which I have marked with red color. I have tried using this:
driver.find_element(
"/html/body/div[1]/div[2]/div[1]/div[1]/div[2]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div[1]/div"
)
Please help me out, or suggest me a good tutorial.
Thanks a lot :)
