<div class="vcard-names-container py-3 js-sticky js-user-profile-sticky-fields " style="position: static;">
<h1 class="vcard-names">
<span class="vcard-fullname d-block" itemprop="name">Name 001</span>
<span class="vcard-username d-block" itemprop="additionalName">Name 002</span>
</h1>
</div>
Hello, I would like to know how to retrieve the names of this structure ('Name 001' and 'Name 002') I did several tests but I could not parse these values, how do I achieve this?
(Note: Sorry for my bad english)