본문 바로가기
ERROR

NotImplementedError: Only the following pseudo-classes are implemented: nth-of-type

by sooyeoon 2021. 7. 4.

오류

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 으로 바꿔준다. 

 

변경 후

 

결과