Hi,
I am trying these both methods.
when i run this i am getting object matches more than 1
when i run this, it gives doesnot support this property.
Any help will be really appreciated.
Regards;
vijay
I am trying these both methods.
Code:
Msgbox Browser("micclass:=Browser").Page("micclass:=Page").WebElement("innertext:=.*Report .* has been successfully saved.*","Index:=1").GetROProperty("outertext")when i run this i am getting object matches more than 1
Code:
var= Browser("micclass:=browser").page("micclass:=page").WebTable("name:Save","index:=1").GetCellData(1,2)
msgbox varAny help will be really appreciated.
Regards;
vijay

