I'm having trouble selecting a link from this dropdown menu. The html is this:
<li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22594"><a href="http://toolsqa.com/automation-practice-form/" data-level="2"><span class="menu-item-text"><span class="menu-text">Automation Practice Form</span></span></a></li>
I've tried
Command: Select Target: class="menu-item menu-item-type-post_type menu-item-object-page menu-item-22594"
But it's failing. I would like to navigate to the link to test other things on that webpage.