12 Jun 2024 02:57 PM - last edited on 08 Jul 2024 12:58 PM by GosiaMurawska
Good morning everyone, I need your advice or collaboration to extract the username from an internal page of my company.
I want to extrac "<!---->lortiz<!---->"
<div class="ax-navbar-info">
<div class="ax-navbar-info-oficina">
<p style="color:#5b5b5b; margin-left: 10px; font-weight: 500;"><!---->Administración<!----></p>
<p class="navbar-fecha" style="color:#5b5b5b; margin-left: 10px;"><!---->June 12-2024 8:14:09 a. m.<!----></p>
</div>
<div class="ax-navbar-username">
<p style="margin-right: 5px; color: #5b5b5b; font-weight: 500;"><!---->lortiz<!----></p>
<iron-icon style="color: #5b5b5b;" icon="lumo:user" slot="prefix"></iron-icon>
</div>
</div>
the answer from the test is when I validate it in the terminal.
thanks
Solved! Go to Solution.
07 Aug 2024 08:52 PM
when you inspect the page, are you able to copy that segment as the CSS and submit that in the user session tagging setting for the given app?
08 Aug 2024 02:04 PM
Can you try a CSS selector property set to
.ax-navbar-username
I think we should be able to pull it directly from the class.