I am trying to spy a navigation button which drops a dropdown menu when hovers upon. I am having trouble highlighting what I have identified.
I ran IE's DOM explorer (F12) to identify the the HTML element. It is around the tags viewed on DOM explorer: html/body/div/form/div/div/table/tbody/tr/td/table/tbody/tr/td/a.
Currently I have these attributes:
Are my attributes correctly done? Do I have to add more? What else do I need to do?
The available attributes are:
I solved this using Application Modeler >> Identify >> Open Application Navigator. The tool identified and listed every single html elements from the website where I can choose the appropriate element.