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
特定の要素内を見るのではなく、ページ全体のテキストを取得するにはどうすればよいでしょうか?