Web scraping with Selenium not capturing full text [closed]
问题 Closed. This question needs debugging details. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed last month . Improve this question I'm trying to mine quite a bit of text from a list of links using Selenium/Python. In this example, I scrape only one of the pages and that successfully grabs the full text: page = 'https://xxxxxx.net/xxxxx/September%202020/2020-09-24' driver = webdriver.Firefox() driver.get(page)