i have one textbox on my page on the load event textbox is disable for 10 then its enable so how to wait for 10 sec in watin. i am try to this code
IE ie = new I
You could try this...
ie.Element("TextBox1").WaitUntil(element => element.Enabled);