Disclaimer: I must admit that my knowledge of HTML and CSS is minimal, so please bear with me!
Hello everyone, I am attempting to utilize selenium[Java] to browse a website and retrieve a file. While I managed to successfully get past the login page, I find myself struggling to navigate through the site at this point.
https://i.sstatic.net/cdEig.png
My current objective is to "click" on the last item in the list, however, I am unable to identify this particular item or its parent root element. Any assistance would be greatly appreciated!
As a side note, I am using HtmlUnitDriver - could this potentially be causing any conflicts?