03-17-2013, 10:31 PM
Hi ,
I was also trying the above code. On an application I was trying to click on a link " Home". I have used descriptive programming and efined it with enough properties.
but last line doesnt work. It says Link object properties matches with some other objects. But I added all mandatory prop, but still no luck
I was also trying the above code. On an application I was trying to click on a link " Home". I have used descriptive programming and efined it with enough properties.
Code:
BrowserName=Browser("micclass:=Browser").GetROProperty("name")
PageName=Browser("micclass:=Browser").Page("micclass:=Page").GetROProperty("title")
Browser("name:=" &BrowserName).Page("Title:="&PageName).Link(Obj_home).Click