I want to select text from the following html line:
<h3 data-reacid ='64'> text to select <h3>
I tried to use xpath. But for some reason, selenium can not find this element by xpath. I want to select the text by the 'data-reactid' attribute. I am not sure how to do this. I am using selenium with python.