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

Add a way to persist data between script reloads #8

Open
marad opened this issue Oct 15, 2021 · 0 comments
Open

Add a way to persist data between script reloads #8

marad opened this issue Oct 15, 2021 · 0 comments
Labels
enhancement New feature or request
Projects

Comments

@marad
Copy link
Owner

marad commented Oct 15, 2021

Right now reloading scripts will simply throw away everything created within the scripts. Sometimes it might be useful to save some data so that it will be available also after scripts are reloaded.

This can be especially useful when developing a script using selenium. Storing the driver could save a lot of time.

@marad marad added the enhancement New feature or request label Oct 15, 2021
@marad marad added this to To Do in Cmd Window via automation Oct 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant