I am trying to get the element by xPath but the text is in the quotation marks and xPath does not work..
Any ideas?
Code when opened as HTML:
<li class="help-menu-item-486 active">
<a href="javascript:void(0)" id="menuItemLink486">
<i id="id31" style="display:none" data-wicket-placeholder=""></i>
Archiv dokumentů
</a>
</li>
Thank you in advance!
I even tried to add % so %Archiv%
- but still no luck..