텔레그램 id @sosto1 연락주세요.기능1.
유튜브 라이브 스트림 동시시청자봇,라이브 조회수봇. 쇼츠 조회수 1개링크에 1000000조회수 늘리기 기능이 필요합니다
당신이 나에게 꼭 필요합니다 .10년동안 나와 계약 합시다.
incorrect element count showing
-
I'm trying to check how many whatsapp conversations that i have but it's displaying up to 17 then stop even if i have 30+.
Is there any solution to this? All of the elements are getting marked with the blue text so they are being found but not counted properly.
-
@rekaa0251 said in incorrect element count showing:
I'm trying to check how many whatsapp conversations that i have but it's displaying up to 17 then stop even if i have 30+.
Is there any solution to this? All of the elements are getting marked with the blue text so they are being found but not counted properly.
The problem is most likely with the selector
-
@rekaa0251 What you can do is:
scroll
then get elements
add elements to an array
scroll again
get elements (even if they are the same)
add them to the arrayIn the end, delete all duplicates, and you have the full list.
if you want to understand when to stop, either add a counter and if the elements are always the same after 10 times of scrolling then it's probably the end
