메인 크롤링할 데이터
코비스 일간 박스오피스 이미지 제목
코비스 상영데이터
할수있으면 결재까지
디테일 크롤링
<!-- The last slide goes before the first one,
because the slideshow shows the second slide on load by default. -->
<div class="slides__img" id=""
style="background-image: url('https://www.kobis.or.kr/kobis/business/main/main.do#none')">
<div class="slides__img__filter"></div>
</div>
<div class="slides__img" id="" style="background-image: url('https://www.wallpaperuse.com/wallp/71-719932_m.jpg')">
<div class="slides__img__filter"></div>
s
</div>
</div>
<div class="slides__img" id=""
style="background-image: url('https://c.wallhere.com/photos/fd/f4/movies_Clash_Of_The_Titans_Sam_Worthington_Perseus_Scorpioxs_movie_poster-229052.jpg!d')">
<div class="slides__img__filter"></div>
</div>
<div class="slides__img" id=""
style="background-image: url('https://d2k5miyk6y5zf0.cloudfront.net/article/MYH/20220815/MYH20220815005400038.jpg')">
<div class="slides__img__filter"></div>
</div>
<div class="slides__img" id=""
style="background-image: url('https://images-tv.adobe.com/mpcv3/2bb6da60-1ec0-4a1b-8a9e-7194d1e28abb/bff52858-91d3-41de-8da8-980f6f3c8a7b/c471c327b92047b7b264c8dc40c0db37_1549328091-1920x1080.jpg')">
<div class="slides__img__filter"></div>
</div>
</div>
</div>
<!-- / slider -->
<!-- #Controls -->
<a class="control fas fa-chevron-left" id="prev"></a> <a class="control fas fa-chevron-right" id="next"></a>
<!-- #Position dots -->
<div class="dots">
<span class="dots__single" id=""></span> <span class="dots__single" id=""></span> <span class="dots__single" id=""></span>
<span class="dots__single" id=""></span> <span class="dots__single" id=""></span>
</div>
</div>
<script>
// 크롤링한 이미지 URL
var crawledImageUrl1 = "/common/mast/movie/2023/11/thumb_x289/thn_1ef55820eb494367b993f1110f747f15.jpeg";
var crawledImageUrl2 = "https://www.example.com/image2.jpg";
var crawledImageUrl3 = "https://www.example.com/image3.jpg";
// 이미지 URL을 배열에 추가
var imageUrls = [ crawledImageUrl1, crawledImageUrl2, crawledImageUrl3 ];
// 슬라이드 요소를 가져와서 이미지 URL을 설정
var slideElements = document.querySelectorAll(".slides__img");
for (var i = 0; i < slideElements.length; i++) {
slideElements[i].style.backgroundImage = "url('" + imageUrls[i]
+ "')";
}
</script>
Starting ChromeDriver 122.0.6261.111 (9d4c1072da62b411b351a38b9ed6214ab236aa7b-refs/branch-heads/6261@{#1015}) on port 45128
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.
계속 성공적으로 크롬드라이버가 실행한다는데 왜 크롤링한 홈페이지 출력문이 안뜰까,,

계속 내가 선택한 css 선택자를 다시 찾으라고 한다,,이제까지 찾은 css선택자를 다썻는데도 문제가 뭘까,,