Click here to Skip to main content
15,889,116 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am developing a chrome extension in which i need inner text of Gmail compose window ( Compose window will have some lines pre appended from my extension ) and its working fine with new compose window. But when i switch to Old compose window and select Plain text or RichText window i am not able to find the text inside compose window. Currently i am finding all "div" tags and one by one finding the index of pre appended text . But in old compose i am not able to find all "div" tags means i am not getting the div which contains my pre appended text. any one has idea how to fetch all "div" elements or text from gmail old gmail compose?

Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900