TagUI: Can't click on element using XPath - can't test on private site, found alternative solution

Hey there, I’ve been working with this project which needs to interact with elements from an unordered list. If you hover on certain place of the website, you can change the display of this ul, making it visible or invisible.

`https://www.monroeamericana.com.ar/

(log in steps)

click //*[@id=“MIS_COMPROBANTES”]

hover flecha_abajo.png //hover on the arrow click //[@class=“subHI”]//[contains(text(),“250112”)] ` image image

image

Thanks for your help!

About this issue

  • Original URL
  • State: closed
  • Created 3 years ago
  • Comments: 32 (10 by maintainers)

Most upvoted comments

Oh great! Let this be one of the rare mysteries which TagUI can’t solve using XPaths 🤣 Most importantly is get job done.

Hey @kensoh, it worked with OCR. Thank you!