This question has been flagged
1656 Views

Hi, I am trying to replace the link of Contact Us from `/page/contactus` to `#contact` in the website. I am getting error when with my xpath.


<xpath expr="//header//ul[@id='top_menu]//li" position="replace">
<li><a href="#contact">Contact Us</a></li>
</xpath>
Avatar
Discard