Hey guys I was wondering if there was a way to store highlighted text into a string variable from an embedded website? I haven’t found anything yet that has lead me to believe this is possible. Thanks in advance.
Asked
Active
Viewed 43 times
1 Answers
1
See the answer that Tim Down gave to this similar question: Get the Highlighted/Selected text
If by "embedded" you are referring to a frame or iframe, then you may have to alter the javascript selectors so that they select the content inside of the frame.

gnorman
- 163
- 10
-
Thank you for this – Andrew Venson May 11 '20 at 01:54