@Roy-Mustang e5989c5a-7626-4c1d-a311-0ce574c14d90-image.png after I get two verision is "138.0.7204.50", "137.0.7151.56" and add 137.0.7151.56 to "Browser version" then run profile its showing this error , add 138.0.7204.50 its still working fine
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.