Posts by Eduardo Almeida Rodrigues • 1 point
2 posts
-
0
votes1
answer61
viewsA: How to select an Aria-Controls type element
I solved it! I could find the element but not perform any action on it (click for example). This was happening because the page was built with Polymer and consequently I had to treat the Divs per…
-
0
votes1
answer61
viewsQ: How to select an Aria-Controls type element
I have been trying in every way to execute the Weddriver Click() method on the button element //*[@id="pedigree-controls"]/div[2]/div/div/button (destacado em azul (dropbtn)) However, for some…