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

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

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