I have tried a lot to extract the information using all the options, but I wasn't getting the answer which I wanted.
Like, I need the information from 1st dialogue (i.e Monica until the last one), but I'm getting entire texts on the webpage, and I'm not able to loop through each dialogue and format them into a CSV file.
tried using finding element by xpath
This is how I want my CSV file to look with each line separated by, with cast name.
I'm new to Selenium.
source https://stackoverflow.com/questions/70789156/how-to-extract-these-texts-using-selenium-python
Comments
Post a Comment