Hi there Stack Overflow!
I'm attempting to copy text from a website, isolate a section of the text I want via ruby string-manipulation methods, and then paste the text into another field.
My problem is that the text is dynamically built on the website as a HTML code block rather than as text for an element. Calling .text on the element that seems to be housing the text returns blank. Thus I can not use the .text method to reference the dynamically generated text.
Please see the screenshot for an example of what I'm working with (with sensitive info blocked out, of course :-) ). I hope you can help me resolve this, I really appreciate it.
I would be willing to find a way to drag from one section of the text to another if that's a possible option. I'll try anything, really. Thanks a ton for any help you can provide.