06-13-2012, 09:48 PM
The Default object added while recording is
The Object added manually by me is
if you observe the above two scripts the browser on which you are executing the script is not same i.e, 1.Browser 2. Browser_2. close the previous instances of the same web application and execute the script.
Code:
Browser("Browser").Page("User").Frame("PWGadget3Ifr").WebEdit("$PpyDisplayHarness$pCaseSetupM")
The Object added manually by me is
Code:
Browser("Browser_2").Page("User").Frame("PWGadget2Ifr").WebEdit("$PpyDisplayHarness$pCaseSetupM").
if you observe the above two scripts the browser on which you are executing the script is not same i.e, 1.Browser 2. Browser_2. close the previous instances of the same web application and execute the script.