c# - Google Chrome selected text -


i trying selected text browsers(ie,opera, firefox..) using c# application. tried sendkeys.send("^c") reading selected value clipboard method works fine ie , firefox.., doesn't work google chrome.

how can selected text google chrome , why sendkeys.send("^c") doesn’t work?

not sure how help, guy has chrome extension believe, plus opensource check out. sorry if of no help. auto copy


Comments

Popular posts from this blog

unicode - Are email addresses allowed to contain non-alphanumeric characters? -

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

c++ - Convert big endian to little endian when reading from a binary file -