I'm just getting started with automation and Protractor. I successfully automated the login page, but now I'm facing a challenge with accessing a menu that I need in order to navigate to a different page.
Within the menu, there is an
href="#/domains"data-ng-click="reload();"
that I have tried to target using xpath and CSS selectors, but I haven't had any success. I'm not sure how to automate this menu so that it will take me to the pages I require.