Menu

close browser

Rick Leir
2007-06-13
2013-04-30
  • Rick Leir

    Rick Leir - 2007-06-13

    Is there any way to close the browser window after, say, a few minutes?  I have been using the Eclipse SWT Browser widget, and with it I can close the window.  SWT is mostly excellent, but it only supports IE so I am looking for an alternative.
    cheers -- Rick

     
    • Jeff Chapman

      Jeff Chapman - 2007-06-13

      Hi Rick,

      Is SWT doing this through native code or Java? I've considered tracking the Process object returned from Runtime.exec() and providing access to it through the API or a means to call destroy() on the Process. I recall reading that calling destroy on a process is not very reliable or recomended.

      Jeff

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.