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

Configurable session termination #5

Open
aik099 opened this issue Jul 22, 2013 · 0 comments
Open

Configurable session termination #5

aik099 opened this issue Jul 22, 2013 · 0 comments

Comments

@aik099
Copy link
Member

aik099 commented Jul 22, 2013

Currently, the created session is terminated using the stop method which closes the browser completely and reopens it when the next session is created.

This takes a lot of time. If there is no need for such restriction (session creation for each test/test case), then we need to be able to use the reset method, which would only clear browser cookies.

Then we also need to visit the base URL (no matter what) on each session creation to ensure that any visual state of the last visited page is reset as well (e.g. checkbox sticky state for example, where page reload doesn't uncheck checkboxes).


The draft name for this functionality is soft isolated session strategy.

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