07-02-2008, 09:02 PM
This problem does not seem to be very common...
But I have some more trouble dealing with the browser. I managed to create one test with a browser, logging in to an application, putting some data in, and in the end downloading a result-file.
After closing the download-window of IE6, I would like to do the whole thing again, with different data.
The problem is:
After starting the browser the first time, I can navigate to some page, like this:
But after having done something with the browser, I can not do the same again. Calling the function (Browser("Browser").Navigate "www.google.com") like before will not work anymore, because the Browser-object cannot be found anymore...
Do you have any idea, what the problem could be? For now I will have to kill the iexplore.exe-process and start it again, to proceed with the test...
But I have some more trouble dealing with the browser. I managed to create one test with a browser, logging in to an application, putting some data in, and in the end downloading a result-file.
After closing the download-window of IE6, I would like to do the whole thing again, with different data.
The problem is:
After starting the browser the first time, I can navigate to some page, like this:
Code:
Browser("Browser").Navigate "www.google.com"
But after having done something with the browser, I can not do the same again. Calling the function (Browser("Browser").Navigate "www.google.com") like before will not work anymore, because the Browser-object cannot be found anymore...
Do you have any idea, what the problem could be? For now I will have to kill the iexplore.exe-process and start it again, to proceed with the test...