I'm relatively new to python and selenium. I want to print the text in the pre tag of the given snippet using python selenium.
<body><pre style="word-wrap: break-word; white-space: pre-wrap;">
" sample text i want to get
print this using python selenium
"</pre></body>