Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remember all sessions, created from BrowserConfiguration #7

Open
aik099 opened this issue Jul 22, 2013 · 1 comment
Open

Remember all sessions, created from BrowserConfiguration #7

aik099 opened this issue Jul 22, 2013 · 1 comment

Comments

@aik099
Copy link
Member

aik099 commented Jul 22, 2013

Make BrowserConfiguration::createSession method to remember each created session somewhere in central place (shared between browser configurations).

Then via register_shutdown_function ensure, that all sessions are stopped. This would save the day when #5 will be implemented, because we'll have 1 session per browser which is only reset (not stopped) in each test/test case.

@aik099
Copy link
Member Author

aik099 commented Feb 5, 2014

Session creation has been moved to SessionFactory class. In reality no session should be running when the register_shutdown_function will be called.

@aik099 aik099 modified the milestone: 1.0.0 Jan 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant