<div class="col-md-6 profile-card_col">
<span class="label">نام شرکت :</span>
<p class="value">اسپاد فولاد آسیا</p>
</div>
Its been a while I have been trying to fix this problem but what appears to people think I'm looking for is to get the value in the <span> and <p> but I'm trying to get the xpath of both using python selenium the challenge is that I do not know anything about the <span> and <p> and the code above is just a example. So my main goal to get the xpath of both the <span> and <p> only using the the main div xpath.