you can user $ie.bring_to_front() method which brings the window come to front. For hiding you may use $ie.minimize which minimizes the window (appears as icon on taskbar). Is this what you want?