https://mjdeeplearning.tistory.com/46
Python 크롤링 시 Only the following pseudo-classes are implemented: nth-of-type.오류
Only the following pseudo-classes are implemented: nth-of-type.selenium 구글 크롬 개발자도구에서 셀렉터 카피에서 나오는 child 선택자인 nth-child 를 지원하지 않는다. tr:nth ->nth-of-type 으로 바꿔준..
mjdeeplearning.tistory.com
구글 크롬 개발자도구에서 셀렉터 카피에서 나오는 child 선택자인 nth-child 를 지원하지 않는다.
tr:nth 을 nth-of-type 으로 바꿔준다.
변경 후
결과
'ERROR' 카테고리의 다른 글
error Couldn't find a package. json file in "C:\\Users..." (0) | 2021.07.27 |
---|---|
AttributeError: module 'tensorflow' has no attribute 'placeholder' 오류 (0) | 2021.07.12 |
WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. (0) | 2021.07.12 |
ModuleNotFoundError: No module named 'pymongo' (0) | 2021.07.04 |
Max retries exceeded with URL in requests 오류 해결 (0) | 2021.07.04 |