Re: Modify the Firefox Content
Rajmohan SK <[email protected]> Sun, 23 May 2010 22:02:51 -0700 (PDT)
| Newsgroups | gmane.comp.mozilla.accessibility |
|---|---|
| Organization | http://groups.google.com |
| Message-ID | <23ac6e77-8f4e-4426-8dc8-06a8e0818d8d@a16g2000prg.googlegroups.com> |
On May 22, 2:38 pm, Alexander Surkov <[email protected]> wrote: > On May 22, 3:22 pm, Rajmohan SK <[email protected]> wrote: > > > I got the window handle of firefox, currently executing,. What is best > > approach by which I can modify the window content. I have gone through > > geckoSDK, XpCom, ISimpleDOMDocument,ISimpleDOMNode, ISimpleDOMText > > etc. > > Still I as not able to find a better solution , > > > I have a clear concept of ISimpleDOMDocument,ISimpleDOMNode, > > ISimpleDOMText these pointers. But these pointer doesnt have a > > function to clear the window content. Please anybody let me know how > > can I do this. > > Accessibility APIs aren't intended to change web content, they are > used to get web page content and interact with it. The best way for > you is probably write Firefox extension. And please do not use > accessibility APIs until you develop AT software. > > Thanks. > Alex. Thank you so much for the reply. I guess AT software means AccessibilityTechnology Software . So making it more clear, we cannot use GeckoSDK for modifying window content, am I right Thanks Raj