Bug 321845 - closing the web browser doesnt' close the browser instance
Summary: closing the web browser doesnt' close the browser instance
Status: CLOSED DUPLICATE of bug 118615
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 3.5.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-SWT-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-08-05 06:08 EDT by elhanan Maayan CLA
Modified: 2010-08-17 16:28 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description elhanan Maayan CLA 2010-08-05 06:08:49 EDT
when i close the webbrowser editor window, it doesn't really close the browser, which is a problem becouse my session infomation still exists, so when i open browser again to the same url ,it like i never dissconnected, which creates problems for me in testsing.

also trying to specify another browser (external one) doesn't really effect hyper linking in java editor
Comment 1 Grant Gayed CLA 2010-08-17 16:28:01 EDT
Yes, session info is not per Browser instance, but is shared, and one effect of this is what you're seeing.  The only way for you to currently make your tests work is to invoke Browser.clearSessions() between your tests.  There is an existing request for per-instance session info.

*** This bug has been marked as a duplicate of bug 118615 ***