How can I access the element using xpath selector if that particular element does not have any attributes?
<?xml version="1.0" encoding="UTF-8"?>
<challenge-details-card>
<div class="card-body card-content-container">
<div>
<h1 class="card-title text-clr-tertiary">Custom Name</h1>
<hr class="border-clr-gainsboro" />
<h3 class="card-info text-clr-tertiary">
<span translate="Challenges.ChallengeRuns" ng-reflect-translate="Challenges.ChallengeRu">Challenge runs:</span>
July 15 - July 27
<!--bindings={"ng-reflect-ng-if": "true"}-->
<span>
(12 days
<span translate="Genesis.GlobalLabels.Left" ng-reflect-translate="Genesis.GlobalLabels.Left">Left</span>
!)
</span>
</h3>
<p class="card-copy">Custom Text</p>
</div>
</div>
<div class="card-footer background-clr-light-gray">
<a translate="Genesis.Challenges.ViewChallengeRules" ng-reflect-translate="Genesis.Challenges.ViewChallen">View Challenge Rules</a>
</div>
</challenge-details-card>
I am trying to create an xpath to get "July 15 - July 27" text.