I have HTML tags as below:
<div class="mt-md common__EiReviewTextStyles__allowLineBreaks">
<p class="strong">Pros</p>
<p>This is the text to be captured</p></div>
I want to access the text " This is the text to be captured " using selenium on Python.
Any ideas on how this can be done?
Pros
This is the text to be captured