Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
使用 Selenium 进行浏览器自动化 (Python)。
如果我理解正确,将使用以下代码
inputElement = driver.find_element_by_name("q") the_text = inputElement.text
我将如何在整个页面上获取文本而不是在特定元素中查看?
看起来整个页面文本可以在以下位置找到:
driver.page_source