I want to get <a>
element of html. I use xPath /html/body/nav/div/a
but not correct. Someone know how I get the Example text
?
<nav class="navbar navbar-expand-xl" id="menu">
<div>
<a>
<i class="fas fa-user mr-2"></i>
Example text
</a>
</div>