I'm trying to extract text from a webpage. When I right click the text on the webpage and click 'inspect element', I see where the text is in the html code. However, when I go to the view page source to find it, it's not there. Is there a way to use selenium to access the text from the inspect element code? (Sorry I can't give details for the specific webpage or html code- it's confidential)
↧