実現したいこと
エラーに発生しないするのとエラーになっていた原因を知りたい
発生している問題・分からないこと
find_element(By.CLASS_NAME, "クラス名")を実装中に存在するクラス名を指定したのにも関わらずエラーになりました。色々調べてみましたが、解決しなかったのでご協力お願いします。
エラーメッセージ
error
1NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"._aagv"} 2 (Session info: chrome=125.0.6422.61); For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception
該当のソースコード
Python
1articles = driver.find_element(By.CLASS_NAME, "_aagv") 2print(articles.text)
試したこと・調べたこと
- teratailやGoogle等で検索した
- ソースコードを自分なりに変更した
- 知人に聞いた
- その他
上記の詳細・結果
find_element系のサイトを見て試したが、解決しませんでした。
補足
環境:Mac M1
回答1件
あなたの回答
tips
プレビュー