python attributeERRORの対処法
4月 04, 2023
[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 コメント