Re: Modify the Firefox Content

Alexander Surkov <[email protected]> Sat, 22 May 2010 02:38:15 -0700 (PDT)
Newsgroups gmane.comp.mozilla.accessibility
Organization http://groups.google.com
Message-ID <69a4ac0d-e5d0-4070-8af2-092b47d83a7e@i31g2000vbt.googlegroups.com>
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.