python attributeERRORの対処法

[unable to retrieve full-text content]### 実現したい attributeERRORを解消したいです ### 前提 pythonでスクレイピングをしたい ### 発生している問題・エラーメッセージ ``` AttributeError: 'webdriver' object has no attribute 'find_element_by_id' ``` ### 該当のソースコード ```python from selenium import webdriver from time import sleep browser = webdriver.Chrome("chromedriver.exe") url=

コメントを投稿

0 コメント