Google Chrome selected text
Posted
by Gaby
on Stack Overflow
See other posts from Stack Overflow
or by Gaby
Published on 2010-01-20T14:59:45Z
Indexed on
2010/06/10
6:02 UTC
Read the original article
Hit count: 298
I am trying to get selected text from browsers(ie,opera, firefox..) using my C# application. I tried SendKeys.Send("^c") then reading the selected value from clipboard this method works fine with ie and Firefox.., but it doesn't work with Google Chrome.
How can I get the selected text from Google Chrome and why SendKeys.Send("^c") doesn’t work?
© Stack Overflow or respective owner