-
amayers committed revision 387 to the Watij - Web Application Testing in Java SVN repository, changing 9 files.
2009-12-11 00:31:24 UTC by amayers
-
Please help us reproduce this problem by attaching java code, HTML sources, etc.
2009-12-07 19:23:09 UTC by amayers
-
Can you please attach the HTML source that caused the problem to the issue? The only valid HTML files that have no bodies are framesets. If your HTML was not a frameset, then the problem is that the HTML file is invalid. Watij can only flex so far outside the realm of valid HTML files before it breaks...
2009-12-07 19:21:34 UTC by amayers
-
Please re-file with more detailed reproduction instructions.
2009-12-05 00:46:30 UTC by amayers
-
You need to call System.exit(0); Using Watij spawns daemon threads to send and receive COM messages. In any application with daemon threads, you must explicitly terminate the process or all of the daemon threads to halt the process.
2009-12-05 00:43:50 UTC by amayers
-
I cannot reproduce the problem. Please answer ALL of the following questions:
1. What operating system do you run (XP, Vista, Windows Server 2003, Windows Advanced Server 2003, Windows Server 2008, be specific),
2. Is it a 32 or 64 bit O/S,
3. Do you have a 32 or 64 bit processor and
4. What Service Pack of the operating system are you on?
5. What is the long version number for your...
2009-12-05 00:41:44 UTC by amayers
-
Even if we could help you get it working, the client in question would melt -- IE is very memory-intensive, and so is Watij. I suggest you pick a different technology for load testing.
2009-12-05 00:39:23 UTC by amayers
-
Just because the browser has not yet displayed the *contents* does not mean the page was never "done" in IE's mind. There is an easy workaround for sites that do these sorts of horrible pages that aren't rendered when they're done being sent, which is to wait for something to appear in your code, i.e.:
1) Write a class that implements the Ready interface
2) Wait on the Ready class:
new...
2009-12-05 00:35:19 UTC by amayers
-
I have no idea what the XML you have posted is. Waitj is written in Java, not XML. I assume your implementation of watij-bring-to-front is wrong, but have no way of knowing.
2009-12-05 00:26:56 UTC by amayers
-
I have fixed the issue in source control, but don't have IE8 to try the fix. Please give it a try and open a new issue if it still doesn't work. Thanks!
2009-12-05 00:22:26 UTC by amayers