11-08-2015, 07:38 PM
From my point of view, you will get a false .
Explainations :
When you do // Set objTBL = Browser("MainBrowser").Page("pageMain").Frame("frmNewMainScreen").WebElement("tblObjects")
It calls for an object in Repository. And it seems that this object is not recognized.
I think you've forgot to put this object in Local repository when you moved to V12, or, if it is a shared repository, you ve forgot to link your relevant tsr file.
So made these checks, and update us.
Explainations :
When you do // Set objTBL = Browser("MainBrowser").Page("pageMain").Frame("frmNewMainScreen").WebElement("tblObjects")
It calls for an object in Repository. And it seems that this object is not recognized.
I think you've forgot to put this object in Local repository when you moved to V12, or, if it is a shared repository, you ve forgot to link your relevant tsr file.
So made these checks, and update us.