텔레그램 id @sosto1 연락주세요.기능1.
유튜브 라이브 스트림 동시시청자봇,라이브 조회수봇. 쇼츠 조회수 1개링크에 1000000조회수 늘리기 기능이 필요합니다
당신이 나에게 꼭 필요합니다 .10년동안 나와 계약 합시다.
How to click dropdown-item if it doesn't show up in the browser
-
I need to randomly click on a link in a website. I did a loop with the XPATH of tag A then generated a random index number to select the link to click.
The problem is that there are A tags of the element that are not visible to the browser (like the A tag of the dropdown-item), how to click on that element or skip it. -

What I mean is how to remove elements that are not visible to the browser to avoid clicking on them.
Thanks.