-
jvmenen committed revision 1055 to the WatiN SVN repository, changing 6 files.
2009-11-10 15:50:31 UTC by jvmenen
-
I use WatiN for integration tests on a site that makes use of AJAX using jQuery. I need to be able to easily wait for all AJAX responses to return after, for example, clicking a button.
My current way to do that is to extend IE and override WaitForComplete and eval some javascript so I know whether there are any pending requests:
class JQueryAwareIE : IE
{...
2009-11-10 14:51:58 UTC by https://me.yahoo.com/a/XEGFKPo1
-
jvmenen committed revision 1054 to the WatiN SVN repository, changing 4 files.
2009-11-09 21:57:41 UTC by jvmenen
-
jvmenen committed revision 1053 to the WatiN SVN repository, changing 9 files.
2009-11-09 21:52:36 UTC by jvmenen
-
The compiled help files don't display at all. I tried the ones on the site as well. What gives? How can we use WatiN if we can't read the documentation?
For some reason it never navigates past the index, as if all the links are broken. I tried syncing the TOC, that didn't work.
I seriously would send you money if you fix this ASAP.
2009-11-07 01:06:03 UTC by nobody
-
I'm using the latest version of Watin.
Whenever I use Find.ById, I get the following error:
Webpage error details
User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729)
Timestamp: Fri, 6 Nov 2009 21:49:48 UTC
Message: 'document.getElementById(...)' is null or not an object
Line...
2009-11-06 21:50:26 UTC by zianchoy
-
Hi,
I am working on the automation of downloading file clicking on a button. This process runs in a server. Save dialog appears and waits for focus. If I log into the server and give focus manually then the Watin tool is able to click the save button and it is working fine. Otherwise it throws a timeout exception. I want this to work without having to manually put the focus on the save dialog...
2009-11-06 20:54:53 UTC by vr5
-
In the example "GoogleSearchPage", I would like to make the field private;
[FindBy(Name = "q")] private TextField QueryTextField;
This runs ok, but gives a warning:
Error 1 Warning : Field 'MyTests.GoogleSearchPage.QueryTextField' is never assigned to, and will always have its default value null
Is there anything I can do other than disabling that warning? Any way to tell the...
2009-11-04 17:42:02 UTC by dietermenne
-
The example coming with mbunit uses WatinCore 2.0.12.0, and it works. With the current 2.0.10, FindBy is marked as an error.
(Not a bug, from the Blog I thought it should work with 2.0.10)
2009-11-04 17:40:35 UTC by dietermenne
-
I have a problem using localhost and ID: The example below works on my remote server (name replaced), and with 127.0.0.1/. When I use localhost, IE comes up, but hangs till timeout.
All variants work ok with FireFox.
I admit that I do not understand why it works in the 127.0.0.1 variant, because the PageUrl is wrong in that case. Shouldn't it fail?
namespace MyTests
{...
2009-11-04 17:38:54 UTC by dietermenne