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

Optimize Python scripting to share engine instances and encapsulate script scopes #2

Open
glopesdev opened this issue Mar 31, 2015 · 1 comment
Labels
bug Something isn't working

Comments

@glopesdev
Copy link
Member

Original report by me.


@glopesdev
Copy link
Member Author

Original comment by Eirinn Mackay (Bitbucket: zouden, GitHub: zouden).


+1, this would be a huge improvement.

Currently I'm trying to get bonsai to control a web-based presentation system using selenium. The problem is that each time selenium is instantiated it creates another browser window (this is impossible to avoid according to the selenium devs). So in Bonsai, every time I make a change to the Python code, a new window appears. The solution would be to have one node that initializes the selenium object, and use other python nodes to interact with it. Currently this is not possible as nodes have a separate python instance.

@glopesdev glopesdev added the bug Something isn't working label Mar 25, 2020
@glopesdev glopesdev transferred this issue from bonsai-rx/bonsai Jul 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant