pyperclip 미 설치 관련 import 에러가 발생하였습니다.smcode.selenium 위치에서 pyperclip 을 불러오지 못하고 있었습니다.pip install pyperclip 으로 작동하는 것을 확인하였습니다.subprocess.run(["python", "-m", "pip", "install", "--upgrade", "smcode", "pyperclip"])로그 관련 이슈
ERROR:cert_issuer_source_aia.cc(35) 발생1/13 <https://kidsplanetinsu.kr> 랜딩페이지_kidsplanetinsu
[0701/233358.288:ERROR:cert_issuer_source_aia.cc(35)] Error parsing cert retrieved from AIA (as DER):
ERROR: Couldn't read tbsCertificate as SEQUENCE
ERROR: Failed parsing Certificate
chrome_options.add_argument("log-level=3")풀캡쳐 관련 이슈
headless 옵션 미 설정시 페이지 전체가 캡쳐되지 않고 일부분만 캡쳐되는 현상.
options.add_argument("--headless")캡쳐 관련
options.add_argument("window-size=1920x1080")