Have a doubt.I am new for selenium. I have to access the drop down menus.But not having classname/id for it. Xpath of that menu is
/html/body/div[1]/aside/section/ul/li[3]/a
for further drop down is
/html/body/div[1]/aside/section/ul/li[4]/a
How can i access the drop down menu.by xpath. Surfed alot.