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 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.
