05-24-2011, 12:26 PM
Raksha,
According to the first statement in the below code, window is closed. so there is no possibility to perform actions on the closed window. So place the close statement at the end and then try.
According to the first statement in the below code, window is closed. so there is no possibility to perform actions on the closed window. So place the close statement at the end and then try.
Code:
Window("Windows Internet Explorer").Close
Window("Windows Internet Explorer").Maximize
Window("Windows Internet Explorer").Minimize
Window("Windows Internet Explorer").Restore