Welcome to RogerGuess.net Sign in | Join | Help
WatiN does not currently expose the name property of a select list. However, there is still a way to get at it if you have the element that represents it with a reference to Microsoft.mshtml: foreach (Element element in ie.Elements) { string name Read More

If you have tried to user WatiN tests to set the value of text boxes/fields, you likely have run into a few things. First, this... ie.TextField("ID").Value = "some text";is much faster than this... ie.TextField("ID").TypeText("some text"); Read More
I am finally uploading that sample app I used for my FWDNUG talk this past Tuesday. Check it out on SilverlightAddict.com email it!reddit!del.icio.usdigg it! Read More
SilverlightAddict.com was launched today. The goal is to become a rich content driven sitcky website for all things Silverlight. email it!reddit!del.icio.usdigg it! Read More
I am playing in the System.Drawing.Imaging namespace, and had an issue trying to draw over the top of bitmaps I had pulled from the web via HttpWebResponse.GetResponseStream. This Code: Graphics graph = Graphics.FromImage(bitmap);Returned this error: Read More
http://everythingisnt.com/hosts Here is great utility for managing your host file, btw.. HostMan Original > Diggemail it!reddit!del.icio.usdigg it! Read More
0 Comments
Filed Under: ,