Page 1 of 1

Any way to access text selection from C++ side?

PostPosted: Wed May 12, 2021 10:25 am
by Peter
Or just some way to check that a webpage has some text selected?

Re: Any way to access text selection from C++ side?

PostPosted: Wed May 12, 2021 11:44 am
by magreenblatt
It can likely be done using JavaScript. You can execute JavaScript from C++ if necessary.