実現したいこと
seleniumでスクレイピングをしてURLを取得するpythonプログラムを書いていたのですが
selenium3環境下で
urls.append(elem[i].find_element_by_tag_name("a").get_attribute("href"))
と記述して抽出できていたのが、selenium4環境下では動かなくなってしまいました。
selenium4環境下の正しい書き方がわからない状態です
エラーメッセージ selenium.common.exceptions.InvalidArgumentException: Message: invalid argument: invalid locator (Session info: headless chrome=96.0.4664.45)
ご教授いただければ幸いです。
あなたの回答
tips
プレビュー