-
jvmenen committed revision 1068 to the WatiN SVN repository, changing 3 files.
2009-11-14 22:44:30 UTC in WatiN
-
Hi Glenn
Thanks for your report. I was able to reproduce the issue with your example code, thanks for that. Changing the code into a searchpage class without using the FindByAttribute solved the issue. This has to do with the live time of the element properties on a page class combined with FindByAttribute and internal element caching by WatiN;
In your example code the TextField instance...
2009-11-14 22:35:19 UTC in WatiN
-
jvmenen committed revision 1067 to the WatiN SVN repository, changing 1 files.
2009-11-13 21:48:05 UTC in WatiN
-
jvmenen committed revision 1066 to the WatiN SVN repository, changing 1 files.
2009-11-13 20:10:33 UTC in WatiN
-
jvmenen committed revision 1065 to the WatiN SVN repository, changing 5 files.
2009-11-13 19:54:16 UTC in WatiN
-
jvmenen changed the public information on the WatiN project.
2009-11-13 16:35:47 UTC in WatiN
-
After giving it a second look, the setting is very FireFox specific so I renamed the setting instead of adding it to IE.
2009-11-13 16:33:39 UTC in WatiN
-
jvmenen committed revision 1064 to the WatiN SVN repository, changing 7 files.
2009-11-13 16:33:10 UTC in WatiN
-
Hi,
I can't reproduce this issue on Windows XP with IE8. My best guess is that you are running on Vista or 2008 and run into some issues with protected mode or UAC. If you still have this issue please provide some more info and I will give it another try.
The fact that the setting doesn't work is a bug (in current code this only works for FireFox/Chrome). I will make it work for IE as well.
2009-11-13 16:15:30 UTC in WatiN
-
Hi Thanks for the report. We will look into this issue for the next WatiN 2.1 release in which we also plan to handle dialogs in FireFox.
As a quick fix (so you don't need to keep changing the WatiN code just for this issue) use this: Settings.HighLightElement = false just before you call the ClickNoWait.
Thanks again,
Jeroen.
2009-11-13 13:49:42 UTC in WatiN