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