My situation: I\'m running a C# testing program which allows me to configure certain browser \"steps\", like going to an URL or clicking on a button. There\'s also the posibility to enter a domain, u
I\'m trying to use Watin to parse google search results. However watin is unable to find elem开发者_开发问答ents i the Google Search Result page.When I view the source it\'s because the page is gener
I want to mine large amounts of data from the web using the IE browser. However, spawning lots and lots of instances of IE via WatiN crashes the system. Is there a better way of doing this? Note that
Hello Those who have used WatiN likely also used DialogHandlers. Well can someone teach me how can i assign a DialogHandler that will handle any开发者_Python百科 Alert Box window.alert(), of a speci
I need to get all element tagsfrom current page into a list by using WatiN codes. I have used t开发者_如何学JAVAhis:
How can I navigate to the next page using WatiN ? I need to automate clicking on开发者_Go百科 the page numbers on the bottom from 1, 2, until the end...Something along these lines should get you star
I have several class files in App_Code in an ASP.net website running in Microsoft Visual Studio 2005 Professional.
When I manually start Firefox and then try to attach to it using Browser.AttachTo(Find.First()) method, this results in exception \"Couldn\'t find an ForeFox window...\"
My client wanted my C# console application which runs Internet Explorer, to start work as a background window pl开发者_开发问答us the Internet Explorer window that watin opens to be on background.
My situation is this: I have an ASP.NET web application that I want to implement tests for.When I initially tried WatiN, I was able to get the Google search example working, and a small test for one o