Forum Discussion

veronica_glynn's avatar
veronica_glynn
Contributor
10 years ago

Attempting to create New Project, same Name Map but scripts won't run

My current project is getting to be rather sizable & it is time to start moving thing out into their their own Projects, however, when I try to do so, either by recreating the scripts by hand or 'add current item', when I try to play them back none of the my previously mapped items are recognized. I can't even get it to recognize:



Call Browsers.Item(btIExplorer).Navigate(testedURL)



It says 'unable to find object SysBrowser(iexplore'). I am totally confused because my Name Mapping respository is a direct merge from the parent suite and those scripts run fine there. What checkbox did I not check?



Thanks,  Veronica

1 Reply

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor
    I attempted to do what you have and simply substituted the URL with www.google.com and I did not get your error.



    Is there, perhaps, other code involved that is attempting to utlize the object that is not found?



    Sub mytest()

    Call Browsers.Item(btIExplorer).Navigate("http://www.google.com/")


    End Sub