You could use Firebug Lite to do that too. http://getfirebug.com/firebuglite
Its console functions are not so powerful as the Firebug one, but the Console Panel is available directly via webpage, and it works cross-browser. You can also listen to console events and implement any logic you want, without having to read the DOM. regards, Pedro Simonetti. 2011/5/3 Chad Jessup <[email protected]> > That looks like it could work! However, I don't see any documentation on > how to setup a server to receive the files. Since you wrote it, can you > point me to details on how to get that setup? > > Thank you Honza, > -Chad > > > On Mon, May 2, 2011 at 10:30 PM, Jan Honza Odvarko <[email protected]>wrote: > >> You could utilize >> http://getfirebug.com/wiki/index.php/Firebug_Extensions#ConsoleExport >> >> That allows to redirect (copy) all logs in the console panel to a >> server >> >> Honza >> >> >> On May 3, 6:52 am, "Chad Jessup" <[email protected]> wrote: >> > WatiN = (http://watin.org/) - Web Application Testing In .Net which is >> based >> > on: >> > WatiR = (http://watir.com/) - Web Application Testing In Ruby >> > >> > WatiN allows you to automate browsers with .Net code. It's really nice >> and >> > usually painless to automate websites for testing purposes. >> > >> > Normally, if you want to access a button on a website, you can set up a >> .net >> > property like so: >> > >> > [FindBy(Id = "submit")] >> > public Button SubmitButton; >> > >> > Then access it in code with: SubmitButton.Click(); >> > ...etc. >> > The problem I'm having is that I can't find the Firebug console anywhere >> in >> > the DOM to access through Watin or Selenium (which is much like Watin). >> > >> > Thank you, >> > -Chad >> > >> > >> > >> > >> > >> > >> > >> > -----Original Message----- >> > From: [email protected] [mailto:[email protected]] On >> Behalf >> > >> > Of Jan Honza Odvarko >> > Sent: Monday, May 02, 2011 9:44 PM >> > To: Firebug >> > Subject: Re: Firebug and WatiN >> > >> > What is WatiN? >> > Honza >> > >> > On May 2, 11:30 pm, CJessup <[email protected]> wrote: >> > > Has anyone been able to get WatiN to 'see' Firebug console details? >> > > I'm automating a webpage that console.logs details I need for >> > > automation, but I'm unable to get WatiN to find the console. Any help >> > > would be greatly appreciated! >> > >> > > -Chad >> > >> > -- >> > You received this message because you are subscribed to the Google >> Groups >> > "Firebug" group. >> > To post to this group, send email to [email protected]. >> > To unsubscribe from this group, send email to >> > [email protected]. >> > For more options, visit this group athttp:// >> groups.google.com/group/firebug?hl=en. >> >> -- >> You received this message because you are subscribed to the Google Groups >> "Firebug" group. >> To post to this group, send email to [email protected]. >> To unsubscribe from this group, send email to >> [email protected]. >> For more options, visit this group at >> http://groups.google.com/group/firebug?hl=en. >> >> > -- > You received this message because you are subscribed to the Google Groups > "Firebug" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/firebug?hl=en. > -- You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/firebug?hl=en.
