반응형
파이썬 Message: unknown error: ChromeDriver only supports characters in the BMP 오류 해결
# 에러메세지 Message: unknown error: ChromeDriver only supports characters in the BMP 가 나온다면 해결책은 아래 순으로 처리하면 해결된다. pyperclip 으로 처리하면 만사 오케이가 된다. (바로 해결됨)
pyperclip.copy(str(old_literature_text)) #복사
input_box.send_keys(Keys.CONTROL, 'v') #붙여넣기
반응형
'파이썬 오류 해결' 카테고리의 다른 글
[python] 메모장 내 특정 문자 단어 앞까지 텍스트 글자 추출 (0) | 2022.09.25 |
---|---|
[python] str object has no attribute read 에러 문구 해결 (0) | 2022.08.31 |
[python] 정규식 expected string or bytes-like object 에러 문구 해결 (0) | 2022.08.17 |
[python] BeautifulSoup 한글 깨짐 현상 오류 해결 (0) | 2022.08.14 |
[파이썬] xml json 변환 중 한글 깨짐 현상 오류 해결 (0) | 2022.08.14 |
댓글