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

ENH: Implement __enter__ and __exit__ to open and stop browser #72

Merged
merged 2 commits into from Nov 29, 2022

Conversation

kayqueGovetri
Copy link
Contributor

Simple implementation of a context for executing the web browser.

The proposal is to facilitate the execution and closing of the browser by context, avoiding treatments by users with finally clauses or forgetting to close browsers.

Exemplification of use in the test "test_context".

@kayqueGovetri kayqueGovetri added the enhancement New feature or request label Nov 24, 2022
@kayqueGovetri kayqueGovetri self-assigned this Nov 24, 2022
@hhslepicka hhslepicka merged commit 794bb26 into botcity-dev:main Nov 29, 2022
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
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants