Is it possible to programmatically select any text on a web page in the <p> tag or the <span> tag?
2 answers
You can find an example of getting inner text from a tag <p> here . Same thing with <span>.
To set it, you just need to set the InnerText property.
javascript ( ..), GetElementById <p> <span> - - , .
+1