인프런 영문 브랜드 로고
인프런 영문 브랜드 로고

Inflearn Community Q&A

harkja0383's profile image
harkja0383

asked

Introduction to Python and Creating Various Automated Applications Using Web Crawling

Scraping and Parsing Practice without Web Browser (1) - Inflearn

스크린샷 파일 저장하는 예제에서 c 드라이브로 저장이 안됩니다.

Written on

·

305

0

스크린샷 파일을 저장할 때 c 드라이브로 path를 지정하면 아무런 반응이 없다가

d 드라이브로 지정해 보니까 파일이 저장되네요.

driver.save_screenshot("d:website1.png")

보안 문제 때문에 그런 걸까요?

python웹-크롤링

Answer 2

0

niceman님의 프로필 이미지
niceman
Instructor

네 맞습니다. 관리자 권한이 없으면 c: , d: 루트에 write 할 수 없습니다.

잘하셨습니다.

0

harkja0383님의 프로필 이미지
harkja0383
Questioner

조금 더 들어보니 답변이 나왔네요. 관리자 권한으로 실행을 안해서 그렇군요. 감사합니다.

harkja0383's profile image
harkja0383

asked

Ask a question