Does it not have an html element? If it does, then you want Get Element Attribute: Own Text.
If that doesn’t work, I haven’t dealt with web OCR too much, but here is some trial and error:
try extracting all text and parsing out what you need (it think this will be the easiest, if it’s structured).
you could send keys control A and then open notepad, send keys control v. Then extract text via OCR, now it will be be black, and hopefully that will work.
If you know the exact position of that text, you could also command mouse to select it (click on the left and drag right) like you would and send keys control c or right click copy. Then get clipboard text, then set variable to %ClipboardText%.
best of luck!