Posted on: 6/23/2015 11:00:36 PM | Views : 812

Hi,
We had this working but for some reason, Watin is throwing an error below:
Could not find INPUT (hidden) or INPUT (password) or INPUT (text) or INPUT (textarea) or TEXTAREA element tag matching criteria: Attribute 'name' equals 'Username' at about:blank IE ie = new IE(); ie.GoTo("myUrl is here...."); ie.TextField(Find.ById("ur_username")).TypeText(username); ie.TextField(Find.ById("ur_password")).TypeText(password); ie.Button(Find.ByValue("Login")).Click(); The page has source code as:
<div> <form action="j_security_check" method="post" name="f" > <fieldset > <legend> Login</legend> <small class="inst">Use username and password.</small><b ...

Go to the complete details ...