Re: Screenscraping w/ Mozilla or Firefox
Thomas Gagne <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.unix |
|---|---|
| Message-ID | <[email protected]> |
Martin Honnen wrote: > > > Thomas Gagne wrote: > > >> I've read about XPCOM but that sounds more like a mechanism for >> extending the browsers than it does a way to script them. > > > The browser is an application composed of XPCOM components. With the > help of XPConnect XPCOM components can be scripted with JavaScript. But > that script needs to be part of the the application as far as I > understand while you seem to be looking for a way to script the whole > application from outside. I don't know whether this is possible, maybe > someone else is able to give a definite answer on that. > I'll look into XPConnect, but you're correct in that I want to script the entire application.