How to click dropdown-item if it doesn't show up in the browser

Support
  • 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.

  • use action "type text" on that dropdown. write the answer you want to select with <RETURN> (Key "enter") at the end. you can get all options with get html or get text action. or you just open the site in normal browser

  • 2021-12-27_16-34-15.png ![alt text](image url)
    What I mean is how to remove elements that are not visible to the browser to avoid clicking on them.
    Thanks.