08-03-2009, 01:18 PM
Hi Ritu,
Try adding one more description property for identifying button - 'visible' into repository or you can use descriptive programming for this.
create object for button and use it
Try adding one more description property for identifying button - 'visible' into repository or you can use descriptive programming for this.
create object for button and use it
Code:
Set oButton = Description.Create()
oButton("Name").Value = "Next"
oButton("html tag").Value = "Input"
obutton("Visible").Value = "True"
Browser().Page().WebButton(obutton).Exist