08-13-2011, 12:34 PM
Hi...
I need to enter the login credentials of Username and Pwd......and to hit the login button....But it throws an errors stating,
" Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify that parent properties match an object currently displayed in your application. "
Code used is,
Trying this to resolve for the past week....but couldn't...Get me out..
I need to enter the login credentials of Username and Pwd......and to hit the login button....But it throws an errors stating,
" Cannot find the "[ WebEdit ]" object's parent "[ Browser ]" (class Browser). Verify that parent properties match an object currently displayed in your application. "
Code used is,
Code:
Set id = description.Create()
id("html tag").value = "INPUT"
id("html id").value = "email"
id("name").value = "email"
id("type").value = "text"
id("X").value = "568"
id("Y").value = "385"
id("type").value = "text"
Browser("title:= Login").Page("title:= Login").WebEdit( id ).Set "subha@gmail1.com"
Trying this to resolve for the past week....but couldn't...Get me out..