250x250
반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- javascript
- Express
- React
- AWS EC2
- Java
- MongoDB
- github
- MUI
- Spring
- EC2
- AWS
- macbook
- Troubleshooting
- python
- docker
- webhook
- ngrok
- fastapi
- 500
- TypeScript
- deploy
- nodejs
- js
- Jenkins
- springboot
- RDS
- axios
- linux
- error
- Github Actions
Archives
- Today
- Total
728x90
반응형
SMALL
목록jupyter (1)
BEAT A SHOTGUN
selenium AttributeError 'Webdriver' object has no attribute 'find_element_by_id'
셀레니움 업데이트로 문법이 바뀌었다. 일주일 전에 문제가 생겼다. ❌ TROUBLE selenium AttributeError 'Webdriver' object has no attribute 'find_element_by_id' find_elements_by_tag_name 등 찾아보니 find by 문법이 바뀌었다. 이미지의 맨 아래와 같은 문법 find\_element\_by\_tag\_name() 으로 사용하면 AttributeError 'WebDriver' object has no attribute 'find\_element\_by\_tag\_name'이라는 에러가 나온다. 왜냐면 selenium이 업데이트 되면서 find_element_b..
TROUBLESHOOTING
2022. 7. 8. 20:18
728x90
반응형
LIST