-
Hi,
With the introduction of multi browser support in WatiN, things have changed a bit. With the beta 1 release I would suggest:
frame.ElementWithTag("body").SetAttributeValue("innerText", "Test");
with the upcoming WatiN 2.0 RC:
frame.Body.SetAttributeValue("innerText", "Test");
HTH,
Jeroen.
2009-11-24 13:17:48 UTC by jvmenen
-
i'm a Web Tester from china and use WatiN now , please give me some help~
# example
i want to do
2009-11-24 12:46:02 UTC by jialiu
-
jvmenen committed revision 1074 to the WatiN SVN repository, changing 11 files.
2009-11-22 22:49:01 UTC by jvmenen
-
jvmenen committed revision 1073 to the WatiN SVN repository, changing 5 files.
2009-11-22 14:35:14 UTC by jvmenen
-
jvmenen committed revision 1072 to the WatiN SVN repository, changing 3 files.
2009-11-20 16:35:16 UTC by jvmenen
-
jvmenen committed revision 1071 to the WatiN SVN repository, changing 4 files.
2009-11-20 13:18:40 UTC by jvmenen
-
jvmenen committed revision 1070 to the WatiN SVN repository, changing 1 files.
2009-11-20 10:59:57 UTC by jvmenen
-
jvmenen committed revision 1069 to the WatiN SVN repository, changing 1 files.
2009-11-20 10:59:19 UTC by jvmenen
-
jvmenen committed revision 1068 to the WatiN SVN repository, changing 3 files.
2009-11-14 22:44:30 UTC by jvmenen
-
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 by jvmenen