2
votes
4answers
1k views
Create screenshot of the page with Watin-like tool
I need to create a screenshot of the page by providing a page URL to the command line tool. I found the following application: Convert HTML To Image. This tool is OK but want a mor …
2
votes
4answers
99 views
What is the best way to crawl a login based sites?
I've to automate a file download activity from a website (similar to, let's say, yahoomail.com). To reach a page which has this file download link, i've to login, jump from page to …
0
votes
0answers
3 views
Watin: Clicking on a element works in debug mode but not otherwise
I've below code which basically clicks on a Click event present a table,
browser.Frame("f").Element("Table1").Click();
it works properly when during debug mode (like if i put a …
0
votes
0answers
9 views
How can i access my own custom tag using WatiN
Suppose, if i have a element like this in page
<ele id="g" type="elebox">
I want to use custom type for this, I tried to use ElementContainer for creating a custom type an …
1
vote
2answers
37 views
Watin: Search in children of an element
I want to do a "two step" search using Watin. For example I would like to search for a ul-tag having class "abc". Then I would like to search for a certain li-tag inside that eleme …
0
votes
0answers
8 views
Can I generate screenshots in WatiN 2.0 beta 1 with IE8
How can I generate screenshots in WatiN 2.0 beta 1 if I have windows 7 + IE8 installed. Should I set IE8 to always run in IE7 mode or completely downgrade to IE7?
2
votes
5answers
1k views
Programmatically add trusted sites to Internet Explorer
I'm doing an IE automation project using WatiN.
When a file to be downloaded is clicked, I get the following in the Internet Explorer Information bar:
To help protect your se …
0
votes
2answers
151 views
Handling ASP.NET Forms authentication in WatiN unit tests
.NET application being tested uses <authentication mode="Forms"> so whenever an instance of WatiN.Core.IE is created the login page appears.
Can successfully fill in the log …
0
votes
5answers
310 views
InteropServices.COMException when running WatiN tests
Hi all,
When I run WatiN tests on our build server they all throw this InteropServices.COMException:
MyTestClassName.MyTestMethodName:
System.Runtime.InteropServices.COMException …
1
vote
4answers
351 views
WatiN error: cannot load
I am working on a new test project with watiN, but always get this error,
Could not load file or assembly 'WatiN.Core, Version=2.0.3.913, Culture=neutral, PublicKeyToken=db7cfd3a …
0
votes
2answers
47 views
Using WatiN through MbUnit to test ASP .Net MVC web application
I am trying to apply some WatiN UI tests to my new ASP .Net MVC application, running the WatiN tests through MbUnit, but am having some difficulties.
If I follow the instructions …
0
votes
0answers
7 views
Compound or chain “find by” methods using WatiN
WatiN has several helpful find by methods, but is it possible to chain or compound them? Specifically I'd like to find link by name that is also near another piece of text.
0
votes
1answer
23 views
WatiN through TFS on Windows 2008 Server
Hello,
I'm trying to run WatiN tests through continuous build on TFS, but I can't get it to work. The errror I get is following:
WatiN.Core.Exceptions.IENotFoundException : Coul …
2
votes
4answers
617 views
Team City problem with unstopped instance of IE during watin test
We are using Team City and I noticed problem during running Watin test. Sometimes some instance of IE randomly just don't stop in task manager on build server, even if test closes …
0
votes
0answers
9 views
Finding an element inside another
Hi
In a UI component I have a wrapper called "main_calendar" and inside there are several child nodes I want to retrieve.
Using watin how do I narrow down the search of a specifi …
