Hi..
It recognized the object...and got the status as "DONE" but no clicks performed on Log in button...This is the code i had used...
Try to sort out this...
It recognized the object...and got the status as "DONE" but no clicks performed on Log in button...This is the code i had used...
Code:
Set s = Description.Create
s("html tag").value = "INPUT"
s("image type").value = "Image Button"
s("class name").value = "Image"
s("filename").value = "login.png"
s("name").value = "Image"
s("alt").value = "Login"
Browser("Title:= Login").Page("Title:= Login").WebButton(s).clickTry to sort out this...

