Does anyone have experience using Selenium to test clicking on Navigation items in a Navigation Tree widget in Mendix? I'm having a really hard time, as I can get the items for the Tree or for the individual <a> tags of the links, but trying to click them in Selenium returns errors because they are not 'visible'. Even if I wait until well after the page was loaded, it is still not successful. I can successfully click on links in the pages and it seems to work just fine, but clicking on the Navigation items is causing me real problems. Does anyone know the proper way to go about this?
↧