Re: [PHP] Firefox COM object

2005-05-16 Thread Rory Browne
XPCOM is similar to COM, except that it is Cross Platform, and doesn't support DCOM. On 5/16/05, Dang Nguyen <[EMAIL PROTECTED]> wrote: > Hello, > > I would like to write some PHP scripts to automate web testing. I already > have a framework that uses the COM class to automate the tests in IE.

Re: [PHP] Firefox COM object

2005-05-16 Thread Brent Baisley
I would doubt FireFox has a COM interface like IE. Remember, IE is really part of Windows so by default it would have a COM interface. FireFox is cross platform where COM won't exist. For example, on the Mac, Firefox only supports the required Appescript interface. Have you thought of using Jav